Revision: 1500
Author: sberlin
Date: Sat Feb 19 16:51:27 2011
Log: rm printStackTrace.
http://code.google.com/p/google-guice/source/detail?r=1500
Modified:
/trunk/core/test/com/google/inject/TypeListenerTest.java
=======================================
--- /trunk/core/test/com/google/inject/TypeListenerTest.java Sat Feb 19
16:50:36 2011
+++ /trunk/core/test/com/google/inject/TypeListenerTest.java Sat Feb 19
16:51:27 2011
@@ -605,7 +605,6 @@
});
fail();
} catch (CreationException expected) {
- expected.printStackTrace();
assertContains(expected.getMessage(),
"1) There was an error on com.google.inject.Stage",
"2) An exception was caught and reported. Message: whoops!",
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.