Closed GoogleCodeExporter closed 8 years ago
functionmock_test fails, it has to be fixed first.
http://closure-library.googlecode.com/svn/trunk/closure/goog/testing/functionmoc
k_test.html
Original comment by pall...@google.com
on 10 Jan 2011 at 12:41
Fixed in r586.
I created issue 258 for the test failure.
Original comment by pall...@google.com
on 11 Jan 2011 at 1:32
Excellent -- thanks! I'm trying to compile the Closure Library with all
possible checks on, so this will help. Though as you can expect, there are a
lot of JSC_BAD_PRIVATE_PROPERTY_ACCESS and JSC_PRIVATE_OVERRIDE in the
codebase that will take longer to clean up.
Original comment by bolinf...@gmail.com
on 11 Jan 2011 at 3:06
Actually, can you now remove the goog.provide() statements for
goog.testing.MethodMock and goog.testing.GlobalFunctionMock? Users should just
be requiring goog.testing.
Original comment by bolinf...@gmail.com
on 11 Jan 2011 at 7:26
Rather, I think what should be done (for consistency) is to convert
goog.testing.FunctionMock to goog.testing.createFunctionMock and then the
goog.provide() should be removed.
Original comment by bolinf...@gmail.com
on 11 Jan 2011 at 7:36
Original issue reported on code.google.com by
bolinf...@gmail.com
on 9 Jan 2011 at 2:01