Tests: Fix bootstrap cli tests to not clear all properties previous tests set

This commit is contained in:
Ryan Ernst 2016-02-03 15:09:17 -08:00
parent 14f03a9750
commit 2265c5d9e9

View File

@ -54,6 +54,7 @@ public class BootstrapCliParserTests extends CliToolTestCase {
for (String property : propertiesToClear) {
System.clearProperty(property);
}
propertiesToClear.clear();
}
public void testThatVersionIsReturned() throws Exception {