Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

GroupLayerImplTest isn't GWT-compatible #54

Description

@GoogleCodeExporter
GroupLayerImplTest isn't GWT compatible so during the GWT compile, some errors 
are emitted:
[ERROR] Line 48: The method shuffle(List<GroupLayerImplTest.TestLayer>) is 
undefined for the type Collections
[ERROR] Line 84: No source code is available for type org.junit.Assert; did you 
forget to inherit a required module?

These can be ignored because the code is never run, but it would be nice to 
either exclude these tests from the GWT code (using <public 
path="...something..."><exclude name="...path...GroupLayerImplTest"/></public>) 
or making the tests GWT compileable.

Original issue reported on code.google.com by pdr@google.com on 18 Jul 2011 at 5:28

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions