config/test-lib/src/test/resources/test01.conf
Havoc Pennington cb5017af8b change parseResource to parseResources
parse all resources with the requested name in classpath order.

also extend SimpleConfigOrigin to distinguish resources by URL
2011-11-27 01:09:50 -05:00

17 lines
489 B
Plaintext

# don't copy anything about how this is done; look at the
# examples/ directory and the docs for things that should be
# copied. this is weird test suite stuff.
## Here we are testing that this file test01.conf is merged
## properly with another test01.conf on the classpath
test-lib {
fromTestLib = true
}
ints {
## this would override the other test01.conf if
## we merged this file first; the test suite
## is supposed to check this key's value.
fortyTwo = 900
}