[webbeans-commits] Webbeans SVN: r2181 - ri/trunk/tests/src/test/java/org/jboss/webbeans/test/examples.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Mar 24 09:50:53 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-24 09:50:53 -0400 (Tue, 24 Mar 2009)
New Revision: 2181

Modified:
   ri/trunk/tests/src/test/java/org/jboss/webbeans/test/examples/MockExampleTest.java
Log:
tidy up

Modified: ri/trunk/tests/src/test/java/org/jboss/webbeans/test/examples/MockExampleTest.java
===================================================================
--- ri/trunk/tests/src/test/java/org/jboss/webbeans/test/examples/MockExampleTest.java	2009-03-24 13:27:28 UTC (rev 2180)
+++ ri/trunk/tests/src/test/java/org/jboss/webbeans/test/examples/MockExampleTest.java	2009-03-24 13:50:53 UTC (rev 2181)
@@ -11,10 +11,9 @@
 {
    
    @Test
-   public void testMockSentenceTranslator() throws Exception {
+   public void testMockSentenceTranslator() throws Exception 
+   {   
       
-      //manager.setEnabledDeploymentTypes(Arrays.asList(Standard.class, Production.class, Mock.class));
-      
       new RunInDependentContext()
       {
          




More information about the weld-commits mailing list