From ab138f55725310e9737cb5984b5c2c77d3ac1dbc Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 13 Apr 2020 20:41:12 +0100 Subject: [PATCH] Revert "Run tests with Gradle instead of IDEA's test runner" This reverts commit 7415ae6ec92eef63dc83afdd2a5a5c9bc1fe5757. The problems that caused me to write this commit in the first place have been fixed. Using IDEA's test runner directly is nicer - e.g. for code coverage integration. --- .idea/runConfigurations/dev_openrs2.xml | 16 ++++++++++++++++ .idea/runConfigurations/test.xml | 22 ---------------------- 2 files changed, 16 insertions(+), 22 deletions(-) create mode 100644 .idea/runConfigurations/dev_openrs2.xml delete mode 100644 .idea/runConfigurations/test.xml diff --git a/.idea/runConfigurations/dev_openrs2.xml b/.idea/runConfigurations/dev_openrs2.xml new file mode 100644 index 00000000..c731a66c --- /dev/null +++ b/.idea/runConfigurations/dev_openrs2.xml @@ -0,0 +1,16 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/test.xml b/.idea/runConfigurations/test.xml deleted file mode 100644 index bc0945b6..00000000 --- a/.idea/runConfigurations/test.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - true - - - \ No newline at end of file