Fixed package for resources data tests
* The tests for resource definition import classes were not in the right package. They have been moved.
This commit is contained in:
parent
af57e7d3b5
commit
26fe4b926d
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
package com.deepclone.lw.cli.xmlimport.resources;
|
package com.deepclone.lw.cli.xmlimport.data.resources;
|
||||||
|
|
||||||
|
|
||||||
import com.deepclone.lw.cli.xmlimport.data.ImportableData;
|
import com.deepclone.lw.cli.xmlimport.data.ImportableData;
|
|
@ -1,4 +1,4 @@
|
||||||
package com.deepclone.lw.cli.xmlimport.resources;
|
package com.deepclone.lw.cli.xmlimport.data.resources;
|
||||||
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
|
@ -1,4 +1,4 @@
|
||||||
package com.deepclone.lw.cli.xmlimport.resources;
|
package com.deepclone.lw.cli.xmlimport.data.resources;
|
||||||
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
|
@ -1,4 +1,4 @@
|
||||||
package com.deepclone.lw.cli.xmlimport.resources;
|
package com.deepclone.lw.cli.xmlimport.data.resources;
|
||||||
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
|
@ -1,4 +1,4 @@
|
||||||
package com.deepclone.lw.cli.xmlimport.resources;
|
package com.deepclone.lw.cli.xmlimport.data.resources;
|
||||||
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
Reference in a new issue