From d94aa8ba3bb1879d66350382f0ba8de2a9d3118d Mon Sep 17 00:00:00 2001 From: jvi Date: Wed, 25 Aug 2021 19:43:18 +0200 Subject: [PATCH] Renamed according to convention --- ...lasticsearchLastNR4IT.java => ElasticsearchLastNR4ITTest.java} | 0 .../{ExampleServerDstu2IT.java => ExampleServerDstu2ITTest.java} | 0 .../{ExampleServerDstu3IT.java => ExampleServerDstu3ITTest.java} | 0 .../{ExampleServerR4IT.java => ExampleServerR4ITTest.java} | 0 .../{ExampleServerR5IT.java => ExampleServerR5ITTest.java} | 0 ...{MultitenantServerR4IT.java => MultitenantServerR4ITTest.java} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/test/java/ca/uhn/fhir/jpa/starter/{ElasticsearchLastNR4IT.java => ElasticsearchLastNR4ITTest.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerDstu2IT.java => ExampleServerDstu2ITTest.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerDstu3IT.java => ExampleServerDstu3ITTest.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerR4IT.java => ExampleServerR4ITTest.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{ExampleServerR5IT.java => ExampleServerR5ITTest.java} (100%) rename src/test/java/ca/uhn/fhir/jpa/starter/{MultitenantServerR4IT.java => MultitenantServerR4ITTest.java} (100%) diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4ITTest.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4IT.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4ITTest.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2ITTest.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2IT.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2ITTest.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3ITTest.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3IT.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3ITTest.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4ITTest.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4ITTest.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5ITTest.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java rename to src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5ITTest.java diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4ITTest.java similarity index 100% rename from src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4IT.java rename to src/test/java/ca/uhn/fhir/jpa/starter/MultitenantServerR4ITTest.java