David M Johnson wrote:
Hi Shervin,
On Mar 28, 2006, at 3:14 AM, Shervin Asgari wrote:
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.
I'm not sure what you mean by "this SVN you are currently working on"
Do you have a list of the deprecated classes you have encountered?
- Dave
Hello Dave. Well I don't have a complete list, but I can mention the
classes that I found.
First of all I would like to note that I had to make a lot of changes
before I could make it to compile without errors. As I have described
previously, many of the libraries it couldn't find.
But back to your question, the classes I have found are:
TestAll
and Most of the sandbox/jdobackend files aren't in use.
There might be more classes, but I haven't had the chance to look at
everything yet, but this is what I know so far. I will post more classes
if I locate them.
Shervin