From: Reini U. <ru...@x-...> - 2004-07-10 07:22:07
|
Dan Frankowski wrote: > There are some files in the CVS repository that might be considered > 'deprecated' or 'old' (if I'm not mistaken!). For example: > > phpwiki/config/* - old config scheme You mean the old classes: Tools.php Values.php > phpwiki/tests/AA*, README, unit_test_backend_cvs.php, make* - old > testing scheme > Not to say these files are without value-- maybe they can be mined for > future things. > > However, is it sufficient to know that they are in old releases (and the > CVS repo), hence cvs rm them? I would rather leave them in CVS, but don't include them in the release distro. The two config classes are not really awesome, but might of value for the config converters and dumpers. The java tests are of value to test the current browser configuration, not only some limited core cases as your unittests. Login, search, various database backends, ... But I really would like to switch from this simple java testsuite to some better perl testing framework sooner or later. * http://search.cpan.org/dist/webrobot/ (This is the best) * http://search.cpan.org/dist/WWW-Mechanize/ or * http://search.cpan.org/dist/HTTP-WebTest/ See http://search.cpan.org/dist/webrobot/lib/WWW/Webrobot/pod/Testplan.pod We'd only need the testplan's. They are very similar to the current java testplans. Just simplier to run, configure amnd maintain. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |