Skip to content

Commit

Permalink
Merge pull request Azure#106 from gcheng/historicalevents
Browse files Browse the repository at this point in the history
a missed unit test.
  • Loading branch information
Albert Cheng committed Jan 25, 2013
2 parents 0ef9985 + 6db3cad commit 3531068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public void canGetTaskHistoricalEventsFromTask() throws Exception {
TaskHistoricalEvent historicalEvent = historicalEvents.get(0);

// Assert
assertEquals(5, historicalEvents.size());
assertTrue(historicalEvents.size() >= 5);
assertNotNull(historicalEvent.getCode());
assertNotNull(historicalEvent.getTimeStamp());
assertNull(historicalEvent.getMessage());
Expand Down

0 comments on commit 3531068

Please sign in to comment.