[seam-commits] Seam SVN: r11811 - branches/community/Seam_2_2/examples/restbay/src/org/jboss/seam/example/restbay/test.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Dec 11 08:20:32 EST 2009


Author: jharting
Date: 2009-12-11 08:20:32 -0500 (Fri, 11 Dec 2009)
New Revision: 11811

Modified:
   branches/community/Seam_2_2/examples/restbay/src/org/jboss/seam/example/restbay/test/SubresourceTest.java
Log:
Testcase for JBSEAM-4039

Modified: branches/community/Seam_2_2/examples/restbay/src/org/jboss/seam/example/restbay/test/SubresourceTest.java
===================================================================
--- branches/community/Seam_2_2/examples/restbay/src/org/jboss/seam/example/restbay/test/SubresourceTest.java	2009-12-11 13:18:27 UTC (rev 11810)
+++ branches/community/Seam_2_2/examples/restbay/src/org/jboss/seam/example/restbay/test/SubresourceTest.java	2009-12-11 13:20:32 UTC (rev 11811)
@@ -13,7 +13,7 @@
 public class SubresourceTest extends SeamTest
 {
    @Test
-   public void testResourceHomeRead() throws Exception
+   public void testSubresourceGET() throws Exception
    {
       final String path = "/restv1/garage/1";
 



More information about the seam-commits mailing list