Skip to content
Snippets Groups Projects
Commit ff9ac617 authored by david_williams's avatar david_williams
Browse files

update to final 202 reference data

parent 80b8bfca
No related branches found
No related tags found
No related merge requests found
...@@ -456,7 +456,7 @@ public class BuildTests extends TestCase { ...@@ -456,7 +456,7 @@ public class BuildTests extends TestCase {
public void testVersionCompare() throws Exception { public void testVersionCompare() throws Exception {
VersionLister versionLister = new VersionLister(); VersionLister versionLister = new VersionLister();
String[] args = new String[]{"-testToReference", "WTP-2.0.2RC1", "-listToReferenceFile"}; String[] args = new String[]{"-testToReference", "WTP-2.0.2", "-listToReferenceFile"};
Object result = versionLister.run(args); Object result = versionLister.run(args);
boolean testok = (IApplication.EXIT_OK.equals(result)); boolean testok = (IApplication.EXIT_OK.equals(result));
assertTrue("There is an error in versioning. See full listing for details.", testok); assertTrue("There is an error in versioning. See full listing for details.", testok);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment