salaboy / emergency-service-drools-app

Emergency Service Drools Application
http://salaboy.wordpress.com
70 stars 44 forks source link

build failed on IncomingCallsMGMTServiceTest.doGarageTask #30

Closed CedricLevasseur closed 13 years ago

CedricLevasseur commented 13 years ago

mvn clean install on emergency-service-drools-app under windows/java 1.6.0_27 :

genericEmergencyProcedureTest(com.wordpress.salaboy.grid.IncomingCallsMGMTServiceTest) Time elapsed: 20.234 sec <<< FAILURE! java.lang.AssertionError: expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.failNotEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:126) at org.junit.Assert.assertEquals(Assert.java:470) at org.junit.Assert.assertEquals(Assert.java:454) at com.wordpress.salaboy.grid.IncomingCallsMGMTServiceTest.doGarageTask(IncomingCallsMGMTServiceTest.java:280)

Any idea to resolve ?

dmoralesgpm commented 13 years ago

Try skipping tests: -DskipTests=true

CedricLevasseur commented 13 years ago

Hum hum, of course, the problem is shortcutted, but it's not a solution...

dmoralesgpm commented 13 years ago

of course :), only it gives you the chance to get the app running and test the use cases that don't use this code.

salaboy commented 13 years ago

Yes that's weird.. that's in master? I will try that here..

salaboy commented 13 years ago

solved on master