Skip to content

Commit

Permalink
Merge pull request #331 from drewbrokke/LPD-28297-TECHNICAL-TASK-v0-p…
Browse files Browse the repository at this point in the history
…repare-snapshot

LPD-28297 subtask: Release Blade 7.0.0
  • Loading branch information
drewbrokke committed Jun 17, 2024
2 parents 68ec096 + 890266a commit 96f12ae
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,4 @@ public void testPromoted() throws Exception {
Assert.assertTrue(values.toString(), values.size() < 20);
}

@Test
public void testSort() throws Exception {
LiferayDefaultVersionValidator ldvv = new LiferayDefaultVersionValidator();

List<String> vals = ldvv.get();

String first = vals.get(0);

Assert.assertTrue(first, first.startsWith("dxp"));

String second = vals.get(1);

Assert.assertTrue(second, second.startsWith("dxp"));

String last = vals.get(vals.size() - 1);

Assert.assertTrue(last, last.startsWith("portal"));
}

}

0 comments on commit 96f12ae

Please sign in to comment.