-
Notifications
You must be signed in to change notification settings - Fork 115
Fix test failures #2
Description
mvn clean test:
。。。。。。
INFO: Closing org.springframework.context.support.GenericApplicationContext@1c9
98c0: startup date [Tue Jun 18 17:20:52 CST 2013]; root of context hierarchy
Jun 18, 2013 5:21:06 PM org.springframework.context.support.AbstractApplication
ontext doClose
INFO: Closing org.springframework.context.support.GenericApplicationContext@3d2
3481: startup date [Tue Jun 18 17:21:01 CST 2013]; root of context hierarchy
Results :
Failed tests: shouldCreateAMeal(com.manning.siia.kitchen.EndToEndIntegrationT
st):
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] parent ............................................ SUCCESS [0.485s]
[INFO] batch ............................................. SUCCESS [11.438s]
[INFO] business .......................................... SUCCESS [3.328s]
[INFO] flight-booking .................................... SUCCESS [0.016s]
[INFO] domain ............................................ SUCCESS [4.125s]
[INFO] integration ....................................... SUCCESS [13.449s]
[INFO] coupling .......................................... SUCCESS [4.656s]
[INFO] hello-world ....................................... SUCCESS [3.610s]
[INFO] home-cooking ...................................... FAILURE [21.985s]
[INFO] jms ............................................... SKIPPED
[INFO] twitter ........................................... SKIPPED
[INFO] monitoring ........................................ SKIPPED
[INFO] trip-diary ........................................ SKIPPED
[INFO] webapp ............................................ SKIPPED
[INFO] messages-channels ................................. SKIPPED
[INFO] concurrency ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.998s
[INFO] Finished at: Tue Jun 18 17:21:06 CST 2013
[INFO] Final Memory: 63M/226M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2
10:test (default-test) on project home-cooking: There are test failures.