Skip to content

Commit

Permalink
Reactivate tests eclipse-platform#525
Browse files Browse the repository at this point in the history
This change reactivates all working disabled tests from project org.eclipse.ua.tests. Bug 210024
has status CLOSED WONTFIX but still runs successfully. Bug 339274 has status RESOLVED FIXED. Contributes to eclipse-platform#525
  • Loading branch information
Michael5601 committed Aug 3, 2023
1 parent 18d0171 commit 7f498d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,15 @@ public void testUserEntry() {
checkCreatedEntry(entry);
}

/*
* Disabled, see Bug 210024 [Help] Topic element problems constructing from an ITopic
@Test
public void testUserEntryChildEnablement() {
UserIndexEntry u1 = createUserEntry();
IndexEntry entry = new IndexEntry(u1);
assertEquals("java", entry.getKeyword());
assertTrue(entry.isEnabled(HelpEvaluationContext.getContext()));
checkEntryChildEnablement(entry);
}
*/

@Test
public void testCopyUserEntry() {
UserIndexEntry u1 = createUserEntry();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ protected Node getTocContributions( String locale)
}
}

/*
* Disabled, see Bug 339274
@Test
public void testTocServiceXMLSchema()
throws Exception {
int port = WebappManager.getPort();
Expand All @@ -55,7 +54,7 @@ public void testTocServiceXMLSchema()

assertEquals("URL: \"" + uri + "\" is ", "valid", result);
}
*/

@Test
public void testTocServiceJSONSchema()
throws Exception {
Expand Down

0 comments on commit 7f498d8

Please sign in to comment.