Skip to content

Commit

Permalink
Fixed nasty timing bug in unit tests.
Browse files Browse the repository at this point in the history
It caused the CI build to fail every now and then
  • Loading branch information
amolenaar committed Jan 22, 2014
1 parent 9746fe3 commit bbc3fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fitnesse/wiki/PageXmlizerTest.java
Expand Up @@ -30,6 +30,7 @@ public void setUp() throws Exception {
xmlizer = new PageXmlizer();
root = InMemoryPage.makeRoot("RooT");
crawler = root.getPageCrawler();
root.commit(root.getData());
}

@Test
Expand Down

0 comments on commit bbc3fbb

Please sign in to comment.