impraveen / gnizr

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

JUnit tests failed when building gnizr-robot package #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out gnizr 2.3.0 RC1 source code
2. Do 'mvn install'. 

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

All packages should pass JUnit tests. Some classes in gnizr-robot failed
because test data files can't be fetched from the remote server. Those
files are currently hosted on the Google Groups's Files section. Google
Groups recently changed the URL format to the stored test data files. This
change is causing build failure.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by harry.c...@gmail.com on 4 Mar 2008 at 3:26

GoogleCodeExporter commented 9 years ago
to skip Junit tests: 

mvn -Dmaven.test.skip=true install

Original comment by harry.c...@gmail.com on 4 Mar 2008 at 3:45

GoogleCodeExporter commented 9 years ago
migrated junit test data files from google group hosting to dev.gnzir.com. see 
SVN
revision: 644 (http://tinyurl.com/yqx749)

Original comment by harry.c...@gmail.com on 14 Mar 2008 at 6:21