I finally found the reason why my tests weren't included, and I want to share my comments here. The reason why it didn't work is because I was using the TestAll class, and inputting my tests there. However in the build.xml file I found out that you are running tests which end with *Test.class

I really believe that this SVN you are currently working on is really painful for me. It has so many "deprecated" classes which you are currently not using, and for me it is quite difficult to know which class I must relate too or not. I hope you will consider eliminating, or at least commenting in the code that this class is currently not in work. That would be really helpful.

Kind regards
Shervin Asgari


Shervin Asgari wrote:
Hello. I am trying to write new JUnit tests, and I have added the suit in the TestAll class. However when I build the tests, the test doesn't appear in the generated report junit-noframes.html file. When I investigate more I see that my JUnit test file appears in the build/tests/WEB-INF/classes/org/roller/business directory. Why is this? Do I need to make additional changes in the build.xml file? I believe not.


Kind Regards Shervin Asgari


Reply via email to