From eec1ab8649dbdd50c27c776339bda3fb99152dce Mon Sep 17 00:00:00 2001 From: jkv Date: Thu, 26 Aug 2021 20:57:23 +0200 Subject: [PATCH] Revert "Renamed according to convention" This reverts commit d94aa8ba3bb1879d66350382f0ba8de2a9d3118d. --- ...lasticsearchLastNR4ITTest.java => ElasticsearchLastNR4IT.java} | 0 .../{ExampleServerDstu2ITTest.java => ExampleServerDstu2IT.java} | 0 .../{ExampleServerDstu3ITTest.java => ExampleServerDstu3IT.java} | 0 .../{ExampleServerR4ITTest.java => ExampleServerR4IT.java} | 0 .../{ExampleServerR5ITTest.java => ExampleServerR5IT.java} | 0 ...{MultitenantServerR4ITTest.java => MultitenantServerR4IT.java} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/test/java/ca/uhn/fhir/jpa/starter/{ElasticsearchLastNR4ITTest.java => ElasticsearchLastNR4IT.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerDstu2ITTest.java => ExampleServerDstu2IT.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerDstu3ITTest.java => ExampleServerDstu3IT.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerR4ITTest.java => ExampleServerR4IT.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerR5ITTest.java => ExampleServerR5IT.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{MultitenantServerR4ITTest.java => MultitenantServerR4IT.java} (100%) diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4ITTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4IT.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4ITTest.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4IT.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2ITTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2IT.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2ITTest.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2IT.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3ITTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3IT.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3ITTest.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3IT.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4ITTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4ITTest.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5ITTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5ITTest.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4ITTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4IT.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4ITTest.java rename to src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4IT.java