We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c420d4c commit 6836421Copy full SHA for 6836421
1 file changed
core/src/test/java/edu/wpi/grip/core/serialization/CompatibilityTest.java
@@ -62,9 +62,6 @@ public void setUp() throws Exception {
62
}
63
reader.close();
64
String newtext = oldtext.replaceAll("REPLACEME", photoFileName);//This gives the correct location of the test photo needed to the project file
65
- //The following alters the project settings in the project file to the defaults given in the "settings" variable
66
- newtext = newtext.replaceAll("<deployDir>.*</deployDir>", "<deployDir>" + settings.getDeployDir() + "</deployDir>");
67
- newtext = newtext.replaceAll("<deployJavaHome>.*</deployJavaHome>", "<deployJavaHome>" + settings.getDeployJavaHome() + "</deployJavaHome>");
68
69
//Write the altered project file text
70
FileWriter writer2 = new FileWriter(file);
0 commit comments