Renamed static_mock package to staticmock

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2211 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Ramnivas Laddad
2009-10-28 01:23:43 +00:00
parent 00c88a26fa
commit 6f65116a34
7 changed files with 11 additions and 7 deletions
@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.util.Arrays;
import java.util.LinkedList;
@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import javax.persistence.Entity;
import org.junit.Test;
@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.rmi.RemoteException;
@@ -8,6 +8,8 @@ import junit.framework.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.mock.staticmock.JUnitStaticEntityMockingControl;
import org.springframework.mock.staticmock.MockStaticEntityMethods;
//Used because verification failures occur after method returns,
//so we can't test for them in the test case itself
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.rmi.RemoteException;
@@ -25,6 +25,8 @@ import junit.framework.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.springframework.mock.staticmock.JUnitStaticEntityMockingControl;
import org.springframework.mock.staticmock.MockStaticEntityMethods;
import org.springframework.remoting.RemoteAccessException;
@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import javax.persistence.Entity;
@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
privileged aspect Person_Roo_Entity {