On 6 August 2013 01:29, Roger L. Whitcomb <roger.whitc...@actian.com> wrote:
> With the latest code I'm getting build errors related to the format builder 
> changes:
>
> Tests in error:
>
>   CSVFormatBuilderTest.testQuotePolicyNoneWithoutEscapeThrowsException ╗  
> Unexpe...
>
>   CSVFormatBuilderTest.testNewFormatLFThrowsException ╗  Unexpected 
> exception, e...
>
>   CSVFormatBuilderTest.testCopiedFormatIsEqualToOriginal:55 NoSuchMethod 
> org.apa...
>
>   CSVFormatBuilderTest.testQuoteChar:133 ╗ NoSuchMethod 
> org.apache.commons.csv.C...
>
>   CSVFormatBuilderTest.testRecoardSeparator:169 ╗ NoSuchMethod 
> org.apache.common...
>
>   CSVFormatBuilderTest.testQuotePolicy:154 ╗ NoSuchMethod 
> org.apache.commons.csv...
>
>   CSVFormatBuilderTest.testDefaultQuotePolicy:159 ╗ NoSuchMethod 
> org.apache.comm...
>
>   CSVFormatBuilderTest.testIgnoreSurroundingSpaces:118 ╗ NoSuchMethod 
> org.apache...
>
>   CSVFormatBuilderTest.testDelimiter:71 ╗ NoSuchMethod 
> org.apache.commons.csv.CS...
>
>   CSVFormatBuilderTest.testCopiedFormatWithChanges:63 NoSuchMethod 
> org.apache.co...
>
>   CSVFormatBuilderTest.testIgnoreEmptyLines:113 ╗ NoSuchMethod 
> org.apache.common...
>
>   CSVFormatBuilderTest.testEscape:86 ╗ NoSuchMethod 
> org.apache.commons.csv.CSVFo...
>
>   CSVFormatBuilderTest.testNewFormatCRThrowsException ╗  Unexpected 
> exception, e...
>
>   CSVFormatBuilderTest.testCommentStart:50 ╗ NoSuchMethod 
> org.apache.commons.csv...
>
>   CSVFormatBuilderTest.testHeaderReferenceCannotEscape:105 ╗ NoSuchMethod 
> org.ap...
>
>
>
> Tests run: 198, Failures: 0, Errors: 15, Skipped: 1
>
>
>
> Just FYI, assuming someone is going to get to those soon...

Using

Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100)
Java version: 1.7.0_25
Java home: C:\jdk1.7.0_25\jre
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

I get:

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

So does the Continuum CI server.

Not sure why you are seeing more tests.

Did you clean out the build directory structure?

Try "mvn clean test" and see what happens.

What OS/Java are you using?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to