All tests are executing again
Following the upgrade to JUnit 5 in gh-99, only the few remaining older style tests extending from TestCase were being executed. This change ensures JUnit 5 tests are executing as well.
This commit is contained in:
@@ -19,7 +19,7 @@ import org.apache.myfaces.test.mock.MockFacesContextFactory;
|
||||
import org.apache.myfaces.test.mock.MockRenderKitFactory;
|
||||
import org.apache.myfaces.test.mock.lifecycle.MockLifecycle;
|
||||
import org.apache.myfaces.test.mock.lifecycle.MockLifecycleFactory;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.Test;
|
||||
|
||||
public class JsfUtilsTests extends AbstractJsfTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user