[webbeans-commits] Webbeans SVN: r767 - ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/contexts.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Jan 5 10:14:48 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-05 10:14:48 -0500 (Mon, 05 Jan 2009)
New Revision: 767

Modified:
   ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/contexts/PassivatingContextTest.java
Log:
typo

Modified: ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/contexts/PassivatingContextTest.java
===================================================================
--- ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/contexts/PassivatingContextTest.java	2009-01-05 14:43:08 UTC (rev 766)
+++ ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/contexts/PassivatingContextTest.java	2009-01-05 15:14:48 UTC (rev 767)
@@ -191,7 +191,7 @@
     * @throws IOException
     */
    // TODO requires an EJB instance
-   @Test(groups = { "contexts", "passivation", "borken" })
+   @Test(groups = { "contexts", "passivation", "broken" })
    @SpecAssertion(section = "9.5")
    public void testStatefulEJBIsSerializedWhenPassivatedByEJBContainer() throws IOException, ClassNotFoundException
    {




More information about the weld-commits mailing list