commit | f85421f1c59b71f6f157471d083586f66538a1ee | [log] [tgz] |
---|---|---|
author | Kim Moir <kmoir> | Thu Jun 23 13:58:50 2005 +0000 |
committer | Kim Moir <kmoir> | Thu Jun 23 13:58:50 2005 +0000 |
tree | 6bb0bf826198e431b286f7a75f341f5984ec15fa | |
parent | a259c9f8a80463aa6806b751f2b2f8368522e750 [diff] |
revert to 705 version of chkpii because of open file errors
diff --git a/bundles/org.eclipse.releng.tests/notes.txt b/bundles/org.eclipse.releng.tests/notes.txt index ba4d792..ee0ddff 100644 --- a/bundles/org.eclipse.releng.tests/notes.txt +++ b/bundles/org.eclipse.releng.tests/notes.txt
@@ -1,6 +1,6 @@ In order for the testChkpii automated test to run you must have the correct version of the internal IBM chkpii tools on your -path and the file must be called chkpw706.exe +path and the file must be called chkpw705.exe Also, in Unix system chkpii chokes if you have errors 127 and 128 in your ignoreErrors.txt file
diff --git a/bundles/org.eclipse.releng.tests/src/org/eclipse/releng/tests/BuildTests.java b/bundles/org.eclipse.releng.tests/src/org/eclipse/releng/tests/BuildTests.java index 5219722..eb01f7f 100644 --- a/bundles/org.eclipse.releng.tests/src/org/eclipse/releng/tests/BuildTests.java +++ b/bundles/org.eclipse.releng.tests/src/org/eclipse/releng/tests/BuildTests.java
@@ -664,7 +664,7 @@ private String getExec() { - return new File("chkpw706.exe").getPath(); + return new File("chkpw705.exe").getPath(); } /**