Hi there,
I have a problem after upgrading junit from 4.4 to 4.6 on a Hudson Server.
I get the error message:
[junit] Running org.path.to.my.test.class.SqliteBackupManagerTest
[junit] Testsuite: org.path.to.my.test.class.SqliteBackupManagerTest
/some/path/to/my/build.xml:188: java.lang.NoClassDefFoundError: org/junit/Assume$AssumptionViolatedException
If I downgrade to junit 4.4 the problem disappears (the tests fail, but for some obvious reason -> a required file is missing, and this is shown in the junit output)
Does anyone know how to solve this problem? Or should I just throw away 4.6?
Thanks, Matthias
Matthias, This appears to be
Matthias,
This appears to be a hard-coded dependency from ant to an internal class in JUnit. Can you bring it up on an ant forum? Encourage them to report problems to junit@yahoogroups.com, or the JUnit issue tracker. Thanks,
David Saff
Thanks for your help, I'll
Thanks for your help, I'll try :)
Matthias