Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_in.js25
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_out.js23
2 files changed, 0 insertions, 48 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_in.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_in.js
deleted file mode 100644
index 3c2a038..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test325/A_in.js
+++ /dev/null
@@ -1,25 +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
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