Skip to content

Commit 04ab9a7

Browse files
committed
Fix test RenderReportCmdTest
1 parent df435e6 commit 04ab9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/RenderReportCmdTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void testRenderReportCmdText() throws Exception {
114114
reviewCmd.join();
115115

116116
IMarker[] markers = this.testProject.findMarkers(PMDRuntimeConstants.PMD_MARKER, true, IResource.DEPTH_INFINITE);
117-
Assert.assertEquals(14, markers.length);
117+
Assert.assertEquals(12, markers.length);
118118

119119
final RenderReportsCmd cmd = new RenderReportsCmd();
120120
cmd.setProject(this.testProject);

0 commit comments

Comments
 (0)