Skip to content

Commit

Permalink
fixes test error
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Dec 8, 2010
1 parent 0d9d952 commit 9a96e8d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
//--------------------------------------
package org.utgenome.gwt.utgb.client;

import org.junit.Ignore;
import org.junit.Test;

public class UTGBEntryTestEntry extends UTGBEntryPointBase {

@Ignore
@Test
public void dummyTest() {
}
Expand Down

0 comments on commit 9a96e8d

Please sign in to comment.