Skip to content

Commit

Permalink
Enabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya4256 authored and jukzi committed Feb 14, 2024
1 parent b4f395c commit 5b4bdb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,6 @@ public void testImport08() throws Exception {
helperDoAll("A", "textContains", signature, newParamInfo, newIndices, oldParamNames, newParamNames, newParamTypeNames, permutation, newVisibility, deletedIndices, newReturnTypeName);
}

@Ignore("BUG_83691_CORE_JAVADOC_REF")
@Test
public void testEnum01() throws Exception {
String[] signature= {"I"};
Expand Down Expand Up @@ -1971,7 +1970,6 @@ public void testEnum02() throws Exception {
helperDoAll("A_testEnum02_in", "A_testEnum02_in", signature, newParamInfo, newIndices, oldParamNames, newParamNames, null, permutation, newVisibility, deletedIndices, newReturnTypeName);
}

@Ignore("BUG_83691_CORE_JAVADOC_REF")
@Test
public void testEnum03() throws Exception {
String[] signature= {};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runners.MethodSorters;

Expand Down Expand Up @@ -621,7 +620,6 @@ public void testDeleteWithinCu15() throws Exception{
ParticipantTesting.testDelete(handles);
}

@Ignore("testDeleteWithinCu16 disabled for bug#55221")
@Test
public void testDeleteWithinCu16() throws Exception{
ParticipantTesting.reset();
Expand Down

0 comments on commit 5b4bdb4

Please sign in to comment.