Skip to content

Commit

Permalink
Use existing data, so the test won't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleo committed Dec 22, 2012
1 parent 9a74c38 commit 58ca807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/me/snowleo/bleedingmobs/update/UpdateCheckTest.java
Expand Up @@ -14,7 +14,7 @@ public UpdateCheckTest()
public void testUpdateCheck()
{
final UpdateCheck check = new UpdateCheck();
final VersionInfo info = check.checkForUpdate(new VersionString("4.0"), new VersionString("1.4.5-R0.2"));
final VersionInfo info = check.checkForUpdate(new VersionString("3.0"), new VersionString("1.3.1-R2.0"));
assertNotNull(info);
System.out.println(info.getVersion());
System.out.println(info.getGameVersions().iterator().next());
Expand Down

0 comments on commit 58ca807

Please sign in to comment.