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.core.tests.net. The status of the corresponding but is CLOSED WONTFIX but the test runs successfully.  Contributes to eclipse-platform#525
  • Loading branch information
Michael5601 committed Aug 3, 2023
1 parent 18d0171 commit 42491d8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,8 @@ public void testDisableAfterSet() throws CoreException {
assertProxyDataEqual(data);
}

// TODO test disabled, see Bug 403311
@Test
@Ignore
public void _testSimpleHost() throws CoreException {
public void testSimpleHost() throws CoreException {

setDataTest(IProxyData.HTTP_PROXY_TYPE);
setDataTest(IProxyData.HTTPS_PROXY_TYPE);
Expand Down

0 comments on commit 42491d8

Please sign in to comment.