Skip to content

Commit 246a6ca

Browse files
committed
Build the test project so that the output folder "bin/" is created
1 parent 3468475 commit 246a6ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/ProjectPropertiesModelTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,9 @@ public void testProjectClasspath() throws Exception {
571571
sampleLib4.create(IOUtils.toInputStream("", "UTF-8"), false, null);
572572
File realSampleLib4 = sampleLib4.getLocation().toFile().getCanonicalFile();
573573

574+
// build the project, so that the output folder "bin/" is created
575+
this.testProject.build(IncrementalProjectBuilder.FULL_BUILD, null);
576+
574577
IFile file = this.testProject.getFile(".classpath");
575578
String newClasspathContent = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
576579
+ "<classpath>\n"

0 commit comments

Comments
 (0)