hardayal / hamcrest

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

Failing test cases testReadsGenerifiedParameterTypes #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Version 1.3 retrieved 28OCT2014
Linux XX 3.16.3-200.fc20.x86_64 #1 SMP Wed Sep 17 22:34:21 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
Fedora release 20 (Heisenbug)
bash-4.2$ javac -version
javac 1.7.0_71

    [junit] Testcase: testReadsGenerifiedParameterTypes(org.hamcrest.generator.ReflectiveFactoryReaderTest):    FAILED
    [junit] expected:<java.util.Set<[java.lang.String[]]>[]> but was:<java.util.Set<[[Ljava.lang.String;]>[]>
    [junit] junit.framework.ComparisonFailure: expected:<java.util.Set<[java.lang.String[]]>[]> but was:<java.util.Set<[[Ljava.lang.String;]>[]>
    [junit]     at org.hamcrest.generator.ReflectiveFactoryReaderTest.testReadsGenerifiedParameterTypes(ReflectiveFactoryReaderTest.java:178)
    [junit] 
    [junit] 

Original issue reported on code.google.com by marcp...@gmail.com on 28 Oct 2014 at 1:23