|
From: Michel D. <mic...@or...> - 2007-12-26 19:21:25
|
Hello,
I've started to work with Ogoglio -- building it as indicated in the notes, but on WinXP 5.1 SP2 on x86, NVIDIA Quadro NVS,
marven 2.0.8, JDK V1.6.0_03, Java3D 1.5.1, JTA 1.0.1B, JavaMail 1.4.1, JAF 1_1_1,
Tomcat 6.0.14, natives 1.1.10, Connector 5.0.8, MySql server 5.0
and I get errors in the testing phase of commons -- below are the logs.
Many thanks in advance for feedback/hints/updates,
-michel
---
[INFO] Surefire report directory: C:\tmp\trunk\ogoglio-common\target\surefire-re
ports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.ogoglio.viewer.j3d.body.test.MorphTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.156 sec <<< FA
ILURE!
Running com.ogoglio.xml.test.XMLTest
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.312 sec <<< FA
ILURE!
Results :
Tests in error:
testMorphDeltaMapParse(com.ogoglio.viewer.j3d.body.test.MorphTest)
testSimDocuments(com.ogoglio.xml.test.XMLTest)
testSpaceDocuments(com.ogoglio.xml.test.XMLTest)
Tests run: 6, Failures: 0, Errors: 3, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to C:\tmp\trunk\ogoglio-common\target\surefire-reports for the indi
vidual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 22 seconds
[INFO] Finished at: Tue Dec 25 22:19:21 CET 2007
[INFO] Final Memory: 10M/26M
[INFO] ------------------------------------------------------------------------
C:\tmp\trunk\ogoglio>
-------------------------------------------------------------------------------
Test set: com.ogoglio.viewer.j3d.body.test.MorphTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.188 sec <<< FAILURE!
testMorphDeltaMapParse(com.ogoglio.viewer.j3d.body.test.MorphTest) Time elapsed: 0.125 sec <<< ERROR!
com.ogoglio.viewer.j3d.body.MorphDeltaMapParseException: Bad vector parse: 0,000000,0,000000,1,733333
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseVector3f(MorphDeltaMapParser.java:101)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseRange(MorphDeltaMapParser.java:91)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parse(MorphDeltaMapParser.java:55)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
-------------------------------------------------------------------------------
Test set: com.ogoglio.xml.test.XMLTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.312 sec <<< FAILURE!
testSimDocuments(com.ogoglio.xml.test.XMLTest) Time elapsed: 0.25 sec <<< ERROR!
nanoxml.XMLParseException: XML Parse Exception during parsing of a splinekeyframe element at line 0: Attribute "x" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1116)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1122)
at com.ogoglio.xml.SplinePathDocument$SplineKeyFrameElement.getSplineKeyFrame(SplinePathDocument.java:113)
at com.ogoglio.xml.SplinePathDocument.getSplinePath(SplinePathDocument.java:75)
at com.ogoglio.xml.PositionedDocument.getSplinePath(PositionedDocument.java:75)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
testSpaceDocuments(com.ogoglio.xml.test.XMLTest) Time elapsed: 0.015 sec <<< ERROR!
nanoxml.XMLParseException: XML Parse Exception during parsing of a space element at line 0: Attribute "sealevel" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getDoubleAttribute(XMLElement.java:1388)
at com.ogoglio.xml.SpaceDocument.getSeaLevel(SpaceDocument.java:242)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="0.172" errors="1" skipped="0" tests="1" name="com.ogoglio.viewer.j3d.body.test.MorphTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin"/>
<property name="java.vm.version" value="1.6.0_03-b05"/>
<property name="java.vm.vendor" value="Sun Microsystems Inc."/>
<property name="java.vendor.url" value="http://java.sun.com/"/>
<property name="path.separator" value=";"/>
<property name="java.vm.name" value="Java HotSpot(TM) Client VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="FR"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="Service Pack 2"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.runtime.version" value="1.6.0_03-b05"/>
<property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/>
<property name="basedir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.endorsed.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\endorsed"/>
<property name="os.arch" value="x86"/>
<property name="java.io.tmpdir" value="C:\DOCUME~1\mdenis\LOCALS~1\Temp\"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.variant" value=""/>
<property name="os.name" value="Windows XP"/>
<property name="sun.jnu.encoding" value="Cp1252"/>
<property name="java.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\adabas\bin;C:\adabas\pgm;C:\Program Files\AbleFtp7\jre\bin;C:\Program Files\CollabNet Subversion;C:\Program Files\apache-maven-2.0.8\bin"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="50.0"/>
<property name="sun.management.compiler" value="HotSpot Client Compiler"/>
<property name="os.version" value="5.1"/>
<property name="user.home" value="C:\Documents and Settings\mdenis"/>
<property name="user.timezone" value=""/>
<property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob"/>
<property name="file.encoding" value="Cp1252"/>
<property name="java.specification.version" value="1.6"/>
<property name="user.name" value="mdenis"/>
<property name="java.class.path" value="C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-booter\2.3.1\surefire-booter-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-api\2.3.1\surefire-api-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\Documents and Settings\mdenis\.m2\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.jar;C:\Documents and Settings\mdenis\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar;C:\Documents and Settings\mdenis\.m2\repository\classworlds\classworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar"/>
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="32"/>
<property name="java.home" value="c:\Program Files\Java\jdk1.6.0_03\jre"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="fr"/>
<property name="awt.toolkit" value="sun.awt.windows.WToolkit"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="java.version" value="1.6.0_03"/>
<property name="java.ext.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext"/>
<property name="sun.boot.class.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\resources.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jsse.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jce.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\charsets.jar;c:\Program Files\Java\jdk1.6.0_03\jre\classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
<property name="localRepository" value="C:\Documents and Settings\mdenis\.m2\repository"/>
<property name="file.separator" value="\"/>
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.desktop" value="windows"/>
<property name="sun.cpu.isalist" value="pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86"/>
</properties>
<testcase time="0.125" name="testMorphDeltaMapParse">
<error message="Bad vector parse: 0,000000,0,000000,1,733333" type="com.ogoglio.viewer.j3d.body.MorphDeltaMapParseException">com.ogoglio.viewer.j3d.body.MorphDeltaMapParseException: Bad vector parse: 0,000000,0,000000,1,733333
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseVector3f(MorphDeltaMapParser.java:101)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseRange(MorphDeltaMapParser.java:91)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parse(MorphDeltaMapParser.java:55)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
</error>
</testcase>
</testsuite>
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="0.297" errors="2" skipped="0" tests="5" name="com.ogoglio.xml.test.XMLTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin"/>
<property name="java.vm.version" value="1.6.0_03-b05"/>
<property name="java.vm.vendor" value="Sun Microsystems Inc."/>
<property name="java.vendor.url" value="http://java.sun.com/"/>
<property name="path.separator" value=";"/>
<property name="java.vm.name" value="Java HotSpot(TM) Client VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="FR"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="Service Pack 2"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.runtime.version" value="1.6.0_03-b05"/>
<property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/>
<property name="basedir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.endorsed.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\endorsed"/>
<property name="os.arch" value="x86"/>
<property name="java.io.tmpdir" value="C:\DOCUME~1\mdenis\LOCALS~1\Temp\"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.variant" value=""/>
<property name="os.name" value="Windows XP"/>
<property name="sun.jnu.encoding" value="Cp1252"/>
<property name="java.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\adabas\bin;C:\adabas\pgm;C:\Program Files\AbleFtp7\jre\bin;C:\Program Files\CollabNet Subversion;C:\Program Files\apache-maven-2.0.8\bin"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="50.0"/>
<property name="sun.management.compiler" value="HotSpot Client Compiler"/>
<property name="os.version" value="5.1"/>
<property name="user.home" value="C:\Documents and Settings\mdenis"/>
<property name="user.timezone" value="Europe/Berlin"/>
<property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob"/>
<property name="file.encoding" value="Cp1252"/>
<property name="java.specification.version" value="1.6"/>
<property name="user.name" value="mdenis"/>
<property name="java.class.path" value="C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-booter\2.3.1\surefire-booter-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-api\2.3.1\surefire-api-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\Documents and Settings\mdenis\.m2\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.jar;C:\Documents and Settings\mdenis\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar;C:\Documents and Settings\mdenis\.m2\repository\classworlds\classworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar"/>
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="32"/>
<property name="java.home" value="c:\Program Files\Java\jdk1.6.0_03\jre"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="fr"/>
<property name="awt.toolkit" value="sun.awt.windows.WToolkit"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="java.version" value="1.6.0_03"/>
<property name="java.ext.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext"/>
<property name="sun.boot.class.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\resources.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jsse.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jce.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\charsets.jar;c:\Program Files\Java\jdk1.6.0_03\jre\classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
<property name="localRepository" value="C:\Documents and Settings\mdenis\.m2\repository"/>
<property name="file.separator" value="\"/>
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.desktop" value="windows"/>
<property name="sun.cpu.isalist" value="pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86"/>
</properties>
<testcase time="0.016" name="testAccountDocument"/>
<testcase time="0" name="testAuthDocument"/>
<testcase time="0.25" name="testSimDocuments">
<error message="XML Parse Exception during parsing of a splinekeyframe element at line 0: Attribute "x" does not contain a valid value ("0,000000")" type="nanoxml.XMLParseException">nanoxml.XMLParseException: XML Parse Exception during parsing of a splinekeyframe element at line 0: Attribute "x" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1116)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1122)
at com.ogoglio.xml.SplinePathDocument$SplineKeyFrameElement.getSplineKeyFrame(SplinePathDocument.java:113)
at com.ogoglio.xml.SplinePathDocument.getSplinePath(SplinePathDocument.java:75)
at com.ogoglio.xml.PositionedDocument.getSplinePath(PositionedDocument.java:75)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
</error>
</testcase>
<testcase time="0.015" name="testSpaceDocuments">
<error message="XML Parse Exception during parsing of a space element at line 0: Attribute "sealevel" does not contain a valid value ("0,000000")" type="nanoxml.XMLParseException">nanoxml.XMLParseException: XML Parse Exception during parsing of a space element at line 0: Attribute "sealevel" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getDoubleAttribute(XMLElement.java:1388)
at com.ogoglio.xml.SpaceDocument.getSeaLevel(SpaceDocument.java:242)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
</error>
</testcase>
<testcase time="0" name="testPossessionDocument"/>
</testsuite>
|