diff options
author | wisberg <wisberg> | 2002-12-23 19:40:26 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-23 19:40:26 +0000 |
commit | c2d4da291fffe27212c533068c6fbf79308fa10a (patch) | |
tree | 9d4d4794382153b77d980a79169f8771216032ca /build | |
parent | 517b6c0ec2c76af89a6e78b75f292d67e71e8339 (diff) | |
download | aspectj-c2d4da291fffe27212c533068c6fbf79308fa10a.tar.gz aspectj-c2d4da291fffe27212c533068c6fbf79308fa10a.zip |
commented out code to replace licenses
Diffstat (limited to 'build')
-rw-r--r-- | build/testsrc/BuildModuleTests.java | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/build/testsrc/BuildModuleTests.java b/build/testsrc/BuildModuleTests.java index 45e56a53c..2d4e3f25d 100644 --- a/build/testsrc/BuildModuleTests.java +++ b/build/testsrc/BuildModuleTests.java @@ -115,17 +115,17 @@ public class BuildModuleTests extends TestCase { final String label = "source dir " + moduleDir + " (module " + module + ")"; assertTrue(label, (moduleDir.exists() && moduleDir.isDirectory())); String license = getLicense(module); - if (replacing) { - if (replacing) { - throw new Error("replacing done - code left for other replaces"); - } - assertTrue("aborting - replace failed", !replaceFailed); - // do the replace - int fails = Checklics.runDirect(moduleDir.getPath(), "replace-headers"); - replaceFailed = (0 != fails); - assertTrue(!replaceFailed); - license = Checklics.CPL_IBM_PARC_XEROX_TAG; - } +// if (replacing) { +// if (replacing && true) { +// throw new Error("replacing done - code left for other replaces"); +// } +// assertTrue("aborting - replace failed", !replaceFailed); +// // do the replace +// int fails = Checklics.runDirect(moduleDir.getPath(), "replace-headers"); +// replaceFailed = (0 != fails); +// assertTrue(!replaceFailed); +// license = Checklics.CPL_IBM_PARC_XEROX_TAG; +// } int fails = Checklics.runDirect(moduleDir.getPath(), license); if (0 != fails) { if (replacing) { |