Can you post the stacktrace? It works for me on Vista with JDK 1.5.19 and JDK 1.6.22.
Maybe it's a locale issue?
Yes, indeed! It's locale issue: this computer has a different locale. If I change MockContext.initContext() toMockContext.initContext(Locale.ENGLISH), in TableTest, than the tests run without problems.
Adrian.
