Bug 413915 - Unspecific message "Invalid path" for directory with
reserved file name on Windows ("aux", etc)
- avoid name "aux"
diff --git a/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java b/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java
index 38dd320..d7f7887 100644
--- a/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java
+++ b/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java
@@ -207,7 +207,7 @@
 		fullBuild();
 		
 		// now add content to the team, binding to Trac213b1:
-		fileManager.replaceWorkspaceFile("Trac213a/aux/TheTeam_step1.java", aspectPlugin, "src/trac213a/TheTeam.java");
+		fileManager.replaceWorkspaceFile("Trac213a/auxil/TheTeam_step1.java", aspectPlugin, "src/trac213a/TheTeam.java");
 		
 		incrementalBuild();
 		expectingNoProblemsFor(trac213b1.getPath());
@@ -215,8 +215,8 @@
 		expectingNoProblemsFor(aspectPlugin.getPath());
 
 		// now add content to the team, binding to Trac213b2:
-		fileManager.replaceWorkspaceFile("Trac213a/aux/plugin_step2.xml", aspectPlugin, "plugin.xml");
-		fileManager.replaceWorkspaceFile("Trac213a/aux/TheTeam_step2.java", aspectPlugin, "src/trac213a/TheTeam.java");
+		fileManager.replaceWorkspaceFile("Trac213a/auxil/plugin_step2.xml", aspectPlugin, "plugin.xml");
+		fileManager.replaceWorkspaceFile("Trac213a/auxil/TheTeam_step2.java", aspectPlugin, "src/trac213a/TheTeam.java");
 		
 		incrementalBuild();
 		expectingNoProblemsFor(trac213b1.getPath());
diff --git a/testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/aux/TheTeam_step1.java b/testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/auxil/TheTeam_step1.java
similarity index 100%
rename from testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/aux/TheTeam_step1.java
rename to testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/auxil/TheTeam_step1.java
diff --git a/testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/aux/TheTeam_step2.java b/testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/auxil/TheTeam_step2.java
similarity index 100%
rename from testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/aux/TheTeam_step2.java
rename to testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/auxil/TheTeam_step2.java
diff --git a/testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/aux/plugin_step2.xml b/testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/auxil/plugin_step2.xml
similarity index 100%
rename from testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/aux/plugin_step2.xml
rename to testplugins/org.eclipse.objectteams.otdt.test.builder/workspace/Trac213a/auxil/plugin_step2.xml