Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leeN committed Aug 28, 2024
1 parent b8ba6c7 commit 4071673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/jars/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ JAR_FOLDERS=(
jul-config
inheritance
properties_inheritance
simple_record
)

main() {
Expand Down
6 changes: 6 additions & 0 deletions tests/jars/properties_inheritance/msgs.properties
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4071673

Please sign in to comment.