Details
Description
If you run test-app in a simple project that has some unit tests but no integration tests, test-app displays the message:
| Error 2011-11-02 11:30:51,851 [Thread-33] ERROR util.Holders - No thread-bound ServletContext found, returning singleton
It probably shouldn't even start the integration test phase if there are no integration tests!
I have the same error message (twice) in my app despite the fact that I have integration tests.
So not sure it is related to integration test.