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();
 		}
 		
 		/**