What steps will reproduce the problem?
1. Create a test class in one package and "Run as test" -
temp-testng-customsuite.xml gets generated and tests run well
2. Refactor test class by changing it's package, e.g. add another
subpackage and move the test class there; delete temp-testng-customsuite.xml
3. "Run as test" on test class will create temp-testng-customsuite.xml with
old class path and test will fail, as if tho this information is cached
somewhere
What is the expected output? What do you see instead?
Expect no caching of class path.
What version of the product are you using? On what operating system?
Eclipse 3.3.2 with TestNG plugin 5.8.0.2
Java 1.6
TestNG 5.7 JDK 1.5
Please provide any additional information below.