Skip to content

Commit

Permalink
test: re-enable standard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Jan 24, 2024
1 parent 98bebc5 commit fbb93fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions h2/src/test/org/h2/test/server/TestWeb.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ public static void main(String... a) throws Exception {

@Override
public void test() throws Exception {
// testServlet();
// testWrongParameters();
// testTools();
// testAlreadyRunning();
// testStartWebServerWithConnection();
// testServer();
// testWebApp();
// testIfExists();
testServlet();
testWrongParameters();
testTools();
testAlreadyRunning();
testStartWebServerWithConnection();
testServer();
testWebApp();
testIfExists();

testSpecialAutoComplete();
}
Expand Down

0 comments on commit fbb93fa

Please sign in to comment.