demoiselle / framework

Repositório principal contendo o Core e Extensions: JPA, Security, WS
https://demoiselle.org
127 stars 77 forks source link

BookmarkBCTest falha ao ser executado com profile glassfish3 #21

Closed brunoborges closed 10 years ago

brunoborges commented 12 years ago

O teste unitário BookmarkBCTest falha ao ser executado com o profile para GlassFish 3:

$ mvn test -Pglassfish3 ... Results :

Tests in error: br.gov.frameworkdemoiselle.sample.business.BookmarkBCTest: Exception List with 1 exceptions:

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.689s [INFO] Finished at: Wed Oct 31 14:56:52 BRST 2012 [INFO] Final Memory: 21M/213M [INFO] ------------------------------------------------------------------------ ... $