Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

goog.testing.TestCase does not show all messages from the test. #414

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Create a test that extends goog.testing.TestCase
2. In the constructor call this.saveMessage('foo');
3. Run the empty test.

What is the expected output? What do you see instead?
Expected: 'foo' should appear somewhere in the verbose report.
Observed: 'foo' does not appear in the report.

What version of the product are you using? On what operating system?

Mac OS X, Chrome 17.0.963.44 (Official Build 118989) beta

Please provide any additional information below.

Original issue reported on code.google.com by balo...@google.com on 27 Jan 2012 at 4:09