Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_out.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_out.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_out.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_out.js
deleted file mode 100644
index 72a7231..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_out.js
+++ /dev/null
@@ -1,23 +0,0 @@
-package test;
-import java.util.Hashtable;
-public class Test {
- public boolean combineScriptsExist() {
- File solvematchshift = new File(System.getProperty("user.dir"),
- "solvematchshift.com");
- File solvematchmod = new File(System.getProperty("user.dir"),
- "solvematchmod.com");
- File matchvol1 = new File(System.getProperty("user.dir"),
- "matchvol1.com");
- File matchorwarp = new File(System.getProperty("user.dir"),
- "matchorwarp.com");
- File patchcorr = new File(System.getProperty("user.dir"),
- "patchcorr.com");
- File volcombine = new File(System.getProperty("user.dir"),
- "volcombine.com");
- File warpvol = new File(System.getProperty("user.dir"), "warpvol.com");
- return solvematchshift.exists() && solvematchmod.exists()
- && atchvol1.exists() && matchorwarp.exists()
- && patchcorr.exists() && volcombine.exists()
- && warpvol.exists();
- }
-} \ No newline at end of file

Back to the top