-
Andy Wilkinson authored
Maven is configured to run tests found in classes ending in Tests. This meant that the tests in BasicErrorControllerIntegrationTest (note the missing s) were not being run. This commit renames the test class so that it's picked up by Maven.
fff94733