Nayigiziki / closure-library

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

functionmock_test fails #258

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Run 
http://closure-library.googlecode.com/svn/trunk/closure/goog/testing/functionmoc
k_test.html

Original issue reported on code.google.com by pall...@google.com on 11 Jan 2011 at 1:30

GoogleCodeExporter commented 8 years ago
actually, it doesn't fail. Notice how it says 
Global Mock Unit Test [PASSED]
at the top.

The test output is a bit misleading. These are tests for the assertion 
functions, and the assertion functions log stack traces to the document. We've 
talked about creating some way to silence them for tests of testing 
infrastructute, but it's been low priority.

Original comment by Nicholas.J.Santos on 13 Jan 2011 at 9:31