Skip to content

Commit

Permalink
Reactivate new tests which were added while 4.0 was already released
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Feb 18, 2024
1 parent 2967e64 commit 4567576
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

import org.jboss.arquillian.junit.Arquillian;
import org.junit.Test;
import org.junit.runner.RunWith;

import com.gargoylesoftware.htmlunit.html.DomElement;
import com.gargoylesoftware.htmlunit.html.HtmlPage;

import ee.jakarta.tck.faces.test.util.arquillian.ITBase;

@RunWith(Arquillian.class)
public class Issue5140IT extends ITBase {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@

import static org.junit.Assert.assertEquals;

import org.junit.Ignore;
import org.jboss.arquillian.junit.Arquillian;
import org.junit.Test;
import org.junit.runner.RunWith;

import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlTextInput;

import ee.jakarta.tck.faces.test.util.arquillian.ITBase;

@Ignore("Not allowed to add new tests for 4.0.x - enable again in 4.1 or higher")
@RunWith(Arquillian.class)
public class Issue5171IT extends ITBase {

/**
Expand Down

0 comments on commit 4567576

Please sign in to comment.