Revision: 1101
Author: crazyboblee
Date: Tue Sep 29 00:54:39 2009
Log: Added TCK to AllTests.
http://code.google.com/p/google-guice/source/detail?r=1101

Modified:
  /trunk/test/com/google/inject/AllTests.java

=======================================
--- /trunk/test/com/google/inject/AllTests.java Mon Sep  7 15:59:32 2009
+++ /trunk/test/com/google/inject/AllTests.java Tue Sep 29 00:54:39 2009
@@ -38,6 +38,7 @@
  import com.google.inject.util.TypesTest;
  import com.googlecode.guice.BytecodeGenTest;
  import com.googlecode.guice.Jsr330Test;
+import com.googlecode.guice.GuiceTck;
  import java.util.Enumeration;
  import java.util.Set;
  import junit.framework.Test;
@@ -58,6 +59,7 @@
    public static Test suite() {
      TestSuite suite = new TestSuite();

+    suite.addTestSuite(GuiceTck.class);
      suite.addTestSuite(BinderTest.class);
      suite.addTest(BinderTestSuite.suite());
      suite.addTestSuite(BindingAnnotationTest.class);

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to