google-code-export / mgwt

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

TestPermutationMapLinker fails #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout 0c8760c8218af3795aa97e9ffd334c25c676d66a
2. run mvn clean install

What is the expected output? What do you see instead?
mgwt artifact should be built, will all tests passing. Instead the 
TestPermutationMapLinker fails (see attached output)

What version of the product are you using? On what operating system?
* mgwt trunk (0c8760c8218af3795aa97e9ffd334c25c676d66a)
* oracle java 1.8.0-ea-b103
* Fedora 19

Please provide any additional information below.
See attached patch, which configures the treeset with a comparator. The same 
comparator is also used in StandardLinkerContext 
(CONFIGURATION_PROPERTY_COMPARATOR), unfortunately it's not accessible here.

Original issue reported on code.google.com by andreas.kohn@gmail.com on 20 Sep 2013 at 9:57

Attachments:

GoogleCodeExporter commented 9 years ago
This is fixed in trunk, thanks for bringing this up.

Original comment by kurka.da...@gmail.com on 13 Jul 2014 at 4:46