>> Autotests: In most of my time, I've written an auto-test suite for >> pushing. It requires fproxy to be running. I have written a tester >> toadlet, that has some pushed data that changes, and also some tests >> that tries some functionality. The problem is, that they needs >> additional libraries, and it shouldn't be part of the standard build >> process, because it lasts very long(atm ~1.5 minutes, but it is just 4 >> tests!). On the other hand, it will help stabilizing the API and make >> sure no previous functionality broke when new added. > > What additional libraries? More GWT stuff?
No, for testing, I use HTMLUnit, and that has some requirements. Btw they are not that important, I just like to have some tests to back up my further work. They are needed for running the tests.
