Skip to content

Commit 9175067

Browse files
Update Test Properties comments
1 parent 7120779 commit 9175067

16 files changed

+20
-20
lines changed

src/test/resources/com/github/bordertech/config/DefaultConfigurationEnvSuffixTest.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfigurationEnvSuffix_Test jUnit test
2+
# This property file is for the DefaultConfigurationEnvSuffixTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTest.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################
@@ -69,7 +69,7 @@ test.definedAfterInclude=mainValue
6969
includeAfter.test.path=com/github/bordertech/config
7070

7171
# -------------------------------------------------------------------------------------------------
72-
# IncludeAfter tests
72+
# IncludeAfter tests
7373
# -------------------------------------------------------------------------------------------------
7474
# This property is redefined in the includeAfter. The includeAfter definition should be effective.
7575
test.definedBeforeIncludeAfter=mainValue
@@ -83,7 +83,7 @@ test.plus.equals+=second
8383

8484
includeAfter=${includeAfter.test.path}/DefaultConfigurationTest_includeAfterWithSubstitution.properties
8585

86-
# Here for the test to prove that the immediately above includeAfter will override this
86+
# Here for the test to prove that the immediately above includeAfter will override this
8787
test.includeAfter.secondaryString=anIncludeAfterWillOvverrideThis
8888

8989
include=./path/to/a/non/existent/file.properties

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestDumpConsoleDisabled.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationDumpConsoleTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestDumpConsoleEnabled.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationDumpConsoleTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestDumpFileDisabled.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationDumpFileTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestDumpFileEnabled.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationDumpFileTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestLoadEnvDefault.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationEnvironmentTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestLoadEnvEnabled.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationEnvironmentTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestLoadSystem.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationSystemTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

src/test/resources/com/github/bordertech/config/DefaultConfigurationTestLoadSystemOverWriteOnly.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# This property file is for the DefaultConfiguration_Test jUnit test
2+
# This property file is for the DefaultConfigurationSystemTest jUnit test
33
# It must not be included or be included by property file that is not
44
# directly related to the test.
55
############################################################################

0 commit comments

Comments
 (0)