baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Failed test case in Apromore-Manager/src/test/java/org/apromore/service/impl/DeleteProcessServiceImplIntgTest.java #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the file
Apromore-Manager/src/test/java/org/apromore/service/impl/DeleteProcessServiceImp
lIntgTest.java

the following two methods throw exceptions which cause the build to fail:

1. public void testImportThenDeleteModel() throws Exception
2. public void testImportUpdateThenDeleteModel() throws Exception {

What steps will reproduce the problem?
1. running "mvn clean install" on rev 1991
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
rev 1991

java -version

java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) Client VM (build 23.21-b01, mixed mode)

uname -a 
Linux vm-stud 3.2.0-35-generic-pae #55-Ubuntu SMP Wed Dec 5 18:04:39 UTC 2012 
i686 i686 i386 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by felix.w....@googlemail.com on 11 Jun 2013 at 1:42