From: Kal A. <ka...@te...> - 2001-08-29 15:37:18
|
Hi Norbert, > what about having test code for the API. If we really start > to build a small framework around topic maps we should > sure that the base is working, right? > Definitely! > It looks that myself is the one who knows least about > topic maps right in here. And I love test code. I > would start to implement a test structure for the > tm4j API. I think this would be a good work and its > my chance the learn more about topic maps. > > Could anyone agree? > I couldn't agree more! You should find that there is some test code in the CVS tree (src/com/techquila/topicmap/test) which is written using JUnit. But this test code is by no means exhaustive. I have been working recently on making that test code idependant of which back-end is in use (the memory package or the ozone one) and I don't think I have quite checked in all my changes yet. I'll have a look and check in anything that needs to be. If you would like to contribute test cases, then the only thing I would ask is that you write them using the JUnit framework (www.junit.org). Cheers, Kal |