From 4071673386457160b91ca31b32e15d772dae129a Mon Sep 17 00:00:00 2001 From: David Klein Date: Wed, 28 Aug 2024 15:31:29 +0200 Subject: [PATCH] Test fixes --- tests/jars/build.sh | 1 + tests/jars/properties_inheritance/msgs.properties | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tests/jars/properties_inheritance/msgs.properties diff --git a/tests/jars/build.sh b/tests/jars/build.sh index 0bddd5d5..4d4d8bcb 100755 --- a/tests/jars/build.sh +++ b/tests/jars/build.sh @@ -37,6 +37,7 @@ JAR_FOLDERS=( jul-config inheritance properties_inheritance + simple_record ) main() { diff --git a/tests/jars/properties_inheritance/msgs.properties b/tests/jars/properties_inheritance/msgs.properties new file mode 100644 index 00000000..eda54a3b --- /dev/null +++ b/tests/jars/properties_inheritance/msgs.properties @@ -0,0 +1,6 @@ +#Classloader messages +ECLIPSE_CLASSLOADER_CONCURRENT_STARTUP=While loading class "{1}", thread "{0}" timed out waiting ({4}ms) for thread "{2}" to finish starting bundle "{3}". To avoid deadlock, thread "{0}" is proceeding but "{1}" may not be fully initialized. +ECLIPSE_CLASSLOADER_ACTIVATION=An error occurred while automatically activating bundle {0} ({1}). + +#Location message +ECLIPSE_CANNOT_CHANGE_LOCATION = Cannot change the location once it is set. \ No newline at end of file