Skip to content

Commit

Permalink
previously failing test ("io-14.9") now seems to be working in Java 1…
Browse files Browse the repository at this point in the history
….6.0_31
  • Loading branch information
tpoindex committed Aug 1, 2012
1 parent 2e225cd commit 3205edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/tcl/lang/cmd/MiscCmdTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public void testBasic() throws Exception {

public void testIo() throws Exception {
LinkedList<String> expectedFailureList = new LinkedList<String>(Arrays.asList( new String[] {
"io-14.9" // test requires that we can exec a new tcltest environment
// previously failing test now seems to be working in Java 1.6.0_31
// "io-14.9" // test requires that we can exec a new tcltest environment
}));
String resName = "/tcl/lang/cmd/io.test";
tclTestResource(TCLTEST_NAMEOFEXECUTABLE,resName, expectedFailureList);
Expand Down

0 comments on commit 3205edc

Please sign in to comment.