[seam-commits] Seam SVN: r10468 - trunk/modules/trunk/remoting/src/test/java/org/jboss/seam/remoting/test.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 19 05:21:52 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-04-19 05:21:52 -0400 (Sun, 19 Apr 2009)
New Revision: 10468

Modified:
   trunk/modules/trunk/remoting/src/test/java/org/jboss/seam/remoting/test/RemotingTest.java
Log:
fix package name

Modified: trunk/modules/trunk/remoting/src/test/java/org/jboss/seam/remoting/test/RemotingTest.java
===================================================================
--- trunk/modules/trunk/remoting/src/test/java/org/jboss/seam/remoting/test/RemotingTest.java	2009-04-19 09:21:19 UTC (rev 10467)
+++ trunk/modules/trunk/remoting/src/test/java/org/jboss/seam/remoting/test/RemotingTest.java	2009-04-19 09:21:52 UTC (rev 10468)
@@ -4,7 +4,7 @@
  * Distributable under LGPL license.
  * See terms of license at gnu.org.
  */
-package org.jboss.seam.test.unit;
+package org.jboss.seam.remoting.test;
 
 import static org.testng.Assert.assertEquals;
 




More information about the seam-commits mailing list