Brendiem / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
0 stars 1 forks source link

mvn -Pdev test - Errors: 989 - Failed to load A pplicationContext #373

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. step :  Running the BDRS Unit Tests

2. run the command : $ mvn -Pdev test

3. Result is : Tests run: 1072, Failures: 0, Errors: 989, Skipped: 1

What is the expected output? What do you see instead?
the output is :
Tests run: 1072, Failures: 0, Errors: 989, Skipped: 1

I'm expecting : No errors 

What version of the product are you using? On what operating system?
ala-citizenscience - Revision 430
OS : openSuse 11.4 i386

Please provide any additional information below.
After checking the report , this is the error that I'm getting :

<testcase time="1.066" 
classname="au.com.gaiaresources.bdrs.controller.file.DownloadFileControllerTest"
 name="testUUIDValidator">
    <error message="Failed to load ApplicationContext" type="java.lang.IllegalStateException">java.lang.IllegalStateException: Failed to load A
pplicationContext

Original issue reported on code.google.com by gaugu...@gmail.com on 28 Nov 2012 at 6:50