switching from test to source fails
Brought to you by:
jacmorel
I have my "Tested Class" pattern set to:
src/$DIRECTORY$/$CLASS$
I have my "Test Class" pattern set to:
tsrc/$DIRECTORY$/Test$CLASS$
If I am in a class, TestClass.java, and press ctrl-shift-T, it creates the test class properly, and in the right directory, TestTestClass.java. However, if I go to switch back to the "tested" class, by pressing ctrl-shit-T again, I get the following error:
"Current class .../src/.../TestClass.java does not comform to the defined test organization"
So, it gets the right file, but says it doesn't "conform" . (There is a type-o in the error message)