Ok -- just checked in a bunch of little tweaks. The svn:ignore properties for etc/ and tests/etc/ should be fixed now, so you *should* see updates for certain files next time you synchronize that should be the "right" ones.
Also, I found the discrepancy in the test numbers. A few tests had been excluded from the guitests and Eclipse version. Also, TextUtilTest was included TWICE in its AllTests class. Anyway, it's all fixed, except for some sort of classpath issue that's causing the HtmlStringToWikiTest to fail. I'm kinda tired of messing with this stuff after spending what, 3 weeks in a row? fixing tests nonstop. So I'm going to let Janne tackle this one. As for running the Ant tests target by just running the AllTests method, I think this is a bad idea. Partly because it serves as a good check against how AllTests are constructed (as I just found out tonight), and partly because you'd get no command-line output for each test like we have now. Which I find comforting, somehow... Andrew On Tue, Oct 27, 2009 at 4:35 PM, Janne Jalkanen <[email protected]> wrote: > >>> However, I still do get a bunch of ClassNotFounds for >>> HtmlStringToWikiTranslatorTest, but I suspect these could be my setup >>> too. > > Yup; ant guitests passes now with 990 runs, no errors, no failures. Good > work! > > Now we just have to figure out which tests are actually still correct and > whether the UI still runs :-) > > /Janne >
