Skip to content

Commit 866d78c

Browse files
committed
Fix test setup for MultipleRulesetsTest
1 parent 4748e19 commit 866d78c

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/MultipleRulesetsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public void setUp() throws Exception {
8181
IProjectPropertiesManager propertiesManager = PMDPlugin.getDefault().getPropertiesManager();
8282
IProjectProperties properties = propertiesManager.loadProjectProperties(testProject);
8383
properties.setPmdEnabled(true);
84-
properties.setRuleSetStoredInProject(true);
8584
properties.setRuleSetFile("ruleset1.xml,ruleset2.xml");
85+
properties.setRuleSetStoredInProject(true);
8686
propertiesManager.storeProjectProperties(properties);
8787
}
8888

0 commit comments

Comments
 (0)