Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Fixed typo in name of test method "Unsorted" now
Browse files Browse the repository at this point in the history
Signed-off-by: Jochen Hiller <j.hiller@telekom.de>
  • Loading branch information
Jochen Hiller committed Oct 22, 2017
1 parent fd9e86e commit 4b2896a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -159,8 +159,8 @@ public void testUnsortedBundles() throws Exception {

/** Test now if they can be started with -all option. */
@Test
public void testAllWithUnortedBundles() throws Exception {
String storageProfile = "testAllWithUnortedBundles";
public void testAllWithUnsortedBundles() throws Exception {
String storageProfile = "testAllWithUnsortedBundles";
setupUnsortedBundles();
framework = Concierge
.doMain(new String[] { "-Dorg.eclipse.concierge.debug=true",
Expand Down

0 comments on commit 4b2896a

Please sign in to comment.