Skip to content

Commit

Permalink
fixed version test for latest jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmeier committed May 31, 2012
1 parent fc9c304 commit f6af0d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ public void testAlwaysLatestDescriptor() throws Exception
{
// this test will obviously fail every time we add a new JQUERY version
VersionDescriptor vd = VersionDescriptor.alwaysLatest(Library.JQUERY);
assertEquals(new Version(1, 4, 2), vd.getVersion(LocalProvider.DEFAULT));
assertEquals(new Version(1, 7, 2), vd.getVersion(LocalProvider.DEFAULT));
}

public void testLibraryWithManyVersionDepths() throws Exception
Expand Down

0 comments on commit f6af0d5

Please sign in to comment.