Skip to content

Commit

Permalink
fixup failing unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Beisken <sbeisken@gmail.com>
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Dec 18, 2013
1 parent 258503d commit 3d029e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public class AbstractVFStateTest {
state.size = 2;
state.m2[0] = 1;
state.m2[1] = 0;
state.t2[4] = 1; // <- first terminal
assertThat(state.nextM(-1), is(4));
state.t2[4] = 1; // <- first terminal (not kept returned for now - allow disconnected)
assertThat(state.nextM(-1), is(2));
}

// no terminal mappings, select the first unmapped
Expand Down

0 comments on commit 3d029e1

Please sign in to comment.