Skip to content

Commit

Permalink
moved annotation processing test code over to beans.core.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Jan 23, 2013
1 parent d99048b commit 04843bf
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class JdtAnnotationMetadataTest {

@Before
public void createProject() throws Exception {
project = StsTestUtil.createPredefinedProject("jdt-annotation-tests", "org.springframework.ide.eclipse.test");
project = StsTestUtil.createPredefinedProject("jdt-annotation-tests", "org.springframework.ide.eclipse.beans.core.tests");
javaProject = JdtUtils.getJavaProject(project);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class JdtBasedAnnotationMetadataTest {

@Before
public void createProject() throws Exception {
project = StsTestUtil.createPredefinedProject("jdt-annotation-tests", "org.springframework.ide.eclipse.test");
project = StsTestUtil.createPredefinedProject("jdt-annotation-tests", "org.springframework.ide.eclipse.beans.core.tests");
classReaderFactory = new CachingClassReaderFactory(JdtUtils.getClassLoader(project, null));
classLoader = JdtUtils.getClassLoader(project, null);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class JdtClassMetadataTest {

@Before
public void createProject() throws Exception {
project = StsTestUtil.createPredefinedProject("jdt-annotation-tests", "org.springframework.ide.eclipse.test");
project = StsTestUtil.createPredefinedProject("jdt-annotation-tests", "org.springframework.ide.eclipse.beans.core.tests");
javaProject = JdtUtils.getJavaProject(project);
}

Expand Down

0 comments on commit 04843bf

Please sign in to comment.