Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.9.7
-
Fix Version/s: 0.9.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This was working in 0.9.6 and is now failing in 0.9.7: when I modify a test resource file, it's not taken into account. For example when I run a unit tests using that resource file, I can see that Eclipse is still using the old version of the file and not the modifications I made to it.
I'm not seeing this. I've created a properties file under src/test/resources t in a project, and created a test that reads it.
Changes are being picked up when I use "Run/Run As.../Maven install", and also when I run the test class using Eclipse's test runner.
I'm guessing that I'm missing something? Is there a simple way to reproduce this issue?