Issue 24: After changing package for a test class
Status:  New
Owner: ----
Reported by ssla...@gmail.com, Apr 24, 2008
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.

 
Apr 24, 2008
#1 ssla...@gmail.com
Project clean (eclipse) helped clear the cache. mvn clean didn't do the work.