1-------------------------------------------------- 2Testing order of keys ... 3-------------------------------------------------- 4 501 602 703 804 905 1006 1107 1208 1309 1410 15resource.loaders 16resource.loader.file.class 17resource.loader.file.description 18resource.loader.file.path 19resource.loader.classpath.class 20resource.loader.classpath.description 21resource.loader.datasource.class 22resource.loader.datasource.description 23logger.type 24config.string.value 25config.boolean.value 26config.byte.value 27config.short.value 28config.int.value 29config.long.value 30config.float.value 31config.double.value 32escape.comma1 33escape.comma2 34include1.property 35include2.property 36 37-------------------------------------------------- 38Testing retrieval of CSV values ... 39-------------------------------------------------- 40 41file 42classpath 43datasource 44 45-------------------------------------------------- 46Testing subset(prefix).getKeys() ... 47-------------------------------------------------- 48 49class 50description 51path 52 53-------------------------------------------------- 54Testing getVector(prefix) ... 55-------------------------------------------------- 56 57/path01 58/path02 59/path03 60 61-------------------------------------------------- 62Testing getString(key) ... 63-------------------------------------------------- 64 65string 66 67-------------------------------------------------- 68Testing getBoolean(key) ... 69-------------------------------------------------- 70 71true 72 73-------------------------------------------------- 74Testing getByte(key) ... 75-------------------------------------------------- 76 771 78 79-------------------------------------------------- 80Testing getShort(key) ... 81-------------------------------------------------- 82 831 84 85-------------------------------------------------- 86Testing getInt(key) ... 87-------------------------------------------------- 88 8930000 90 91-------------------------------------------------- 92Testing getLong(key) ... 93-------------------------------------------------- 94 951000000 96 97-------------------------------------------------- 98Testing getFloat(key) ... 99-------------------------------------------------- 100 1013.14 102 103-------------------------------------------------- 104Testing getDouble(key) ... 105-------------------------------------------------- 106 1073.14159265358793 108 109-------------------------------------------------- 110Testing escaped-comma scalar... 111-------------------------------------------------- 112 113foo, 114 115-------------------------------------------------- 116Testing escaped-comma vector... 117-------------------------------------------------- 118 119bar,lala 120woogie,bjork! 121 122 123 124