Skip to content
Snippets Groups Projects
Commit 9b6f435a authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Don't mix junit4 and junit5 APIs

parent 279b008d
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,10 @@
import org.xwiki.test.integration.junit.LogCaptureValidator;
import org.xwiki.test.ui.po.ViewPage;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
/**
* Validate the Distribution Wizard part of the upgrade process.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment