Skip to content

Commit 6836421

Browse files
PaulaRudyPaulaRudy
authored andcommitted
Took out all preferences stuff.
1 parent c420d4c commit 6836421

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

core/src/test/java/edu/wpi/grip/core/serialization/CompatibilityTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ public void setUp() throws Exception {
6262
}
6363
reader.close();
6464
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>");
6865

6966
//Write the altered project file text
7067
FileWriter writer2 = new FileWriter(file);

0 commit comments

Comments
 (0)