Closed curtisullerich closed 10 years ago
@danstiner Did this test ever pass? I don't know that /classlist has ever been a valid path. It returns 404 and the mock ends up will a null pointer exception. It's also not asserting anything. So it was just verifying no assumptions were thrown?
By the way, please do fixes like this on master, preferably as a separate branch even, rather than committing straight to the feature branch webappv2-rewrite
This is due to naming conventions. Maven only runs classes as tests if they start or end with Test. ServletAccess is an example.