I had same problem. It is due to test depend on the order of a set to list
conversion, I just changed ("foo", "core") to ("core", "foo") to move
forward, but probably we should improve the test.On Fri, Apr 1, 2011 at 10:29 AM, Paul Lindner (JIRA) <[email protected]>wrote: > > [ > https://issues.apache.org/jira/browse/SHINDIG-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014758#comment-13014758] > > Paul Lindner commented on SHINDIG-1492: > --------------------------------------- > > still failing for me on mac and linux, jdk 1.6 I think you just need to > adjust your mocks for some other code that changed underneath you.. > > > > View level support for Features and Locales > > -------------------------------------------- > > > > Key: SHINDIG-1492 > > URL: https://issues.apache.org/jira/browse/SHINDIG-1492 > > Project: Shindig > > Issue Type: Improvement > > Components: Java > > Affects Versions: 3.0.0 > > Reporter: Matthew Marum > > Fix For: 3.0.0 > > > > Attachments: issue4077043_90002.diff > > > > > > Patch to support View level features and locales which is an approved > proposal for OpenSocial 2.0. > > http://docs.opensocial.org/display/OSD/View+Level+Features+Proposal > > Patch includes updated JUnit tests and new EndToEnd test. > > http://codereview.appspot.com/4077043/ > > -- > This message is automatically generated by JIRA. > For more information on JIRA, see: http://www.atlassian.com/software/jira >
