@@ -32,6 +32,7 @@ test("Project with inline configuration", (t) => {
32
32
} ,
33
33
resources : {
34
34
configuration : {
35
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
35
36
paths : {
36
37
webapp : "webapp"
37
38
}
@@ -67,6 +68,7 @@ test("Project with configPath", (t) => {
67
68
} ,
68
69
resources : {
69
70
configuration : {
71
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
70
72
paths : {
71
73
webapp : "webapp"
72
74
}
@@ -102,6 +104,7 @@ test("Project with ui5.yaml at default location", (t) => {
102
104
} ,
103
105
resources : {
104
106
configuration : {
107
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
105
108
paths : {
106
109
webapp : "webapp"
107
110
}
@@ -137,6 +140,7 @@ test("Project with ui5.yaml at default location and some configuration", (t) =>
137
140
} ,
138
141
resources : {
139
142
configuration : {
143
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
140
144
paths : {
141
145
webapp : "src"
142
146
}
@@ -321,6 +325,7 @@ test("Ignores additional application-projects", (t) => {
321
325
} ,
322
326
resources : {
323
327
configuration : {
328
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
324
329
paths : {
325
330
webapp : "webapp"
326
331
}
@@ -362,6 +367,7 @@ test("Inconsistent dependencies with same ID", (t) => {
362
367
} ,
363
368
resources : {
364
369
configuration : {
370
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
365
371
paths : {
366
372
src : "main/src" ,
367
373
test : "main/test"
@@ -409,6 +415,7 @@ test("Inconsistent dependencies with same ID", (t) => {
409
415
} ,
410
416
resources : {
411
417
configuration : {
418
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
412
419
paths : {
413
420
webapp : "webapp"
414
421
}
@@ -433,6 +440,7 @@ test("Inconsistent dependencies with same ID", (t) => {
433
440
} ,
434
441
resources : {
435
442
configuration : {
443
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
436
444
paths : {
437
445
src : "main/src" ,
438
446
test : "main/test"
@@ -459,6 +467,7 @@ test("Inconsistent dependencies with same ID", (t) => {
459
467
} ,
460
468
resources : {
461
469
configuration : {
470
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
462
471
paths : {
463
472
src : "src" ,
464
473
test : "test"
@@ -488,6 +497,7 @@ test("Inconsistent dependencies with same ID", (t) => {
488
497
} ,
489
498
resources : {
490
499
configuration : {
500
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
491
501
paths : {
492
502
src : "src" ,
493
503
test : "test"
@@ -629,6 +639,7 @@ const expectedTreeWithInvalidModules = {
629
639
"_level" : 1 ,
630
640
"resources" : {
631
641
"configuration" : {
642
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
632
643
"paths" : {
633
644
"src" : "src" ,
634
645
"test" : "test"
@@ -655,6 +666,7 @@ const expectedTreeWithInvalidModules = {
655
666
"_level" : 1 ,
656
667
"resources" : {
657
668
"configuration" : {
669
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
658
670
"paths" : {
659
671
"src" : "src" ,
660
672
"test" : "test"
@@ -676,6 +688,7 @@ const expectedTreeWithInvalidModules = {
676
688
"kind" : "project" ,
677
689
"resources" : {
678
690
"configuration" : {
691
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
679
692
"paths" : {
680
693
"webapp" : "webapp"
681
694
}
@@ -708,6 +721,7 @@ const treeAWithInlineConfigs = {
708
721
} ,
709
722
resources : {
710
723
configuration : {
724
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
711
725
paths : {
712
726
src : "main/src" ,
713
727
test : "main/test"
@@ -813,6 +827,7 @@ const expectedTreeAWithInlineConfigs = {
813
827
} ,
814
828
"resources" : {
815
829
"configuration" : {
830
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
816
831
"paths" : {
817
832
"webapp" : "webapp"
818
833
}
@@ -837,6 +852,7 @@ const expectedTreeAWithInlineConfigs = {
837
852
} ,
838
853
"resources" : {
839
854
"configuration" : {
855
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
840
856
"paths" : {
841
857
"src" : "main/src" ,
842
858
"test" : "main/test"
@@ -863,6 +879,7 @@ const expectedTreeAWithInlineConfigs = {
863
879
} ,
864
880
"resources" : {
865
881
"configuration" : {
882
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
866
883
"paths" : {
867
884
"src" : "src" ,
868
885
"test" : "test"
@@ -892,6 +909,7 @@ const expectedTreeAWithInlineConfigs = {
892
909
} ,
893
910
"resources" : {
894
911
"configuration" : {
912
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
895
913
"paths" : {
896
914
"src" : "src" ,
897
915
"test" : "test"
@@ -923,6 +941,7 @@ const expectedTreeAWithConfigPaths = {
923
941
} ,
924
942
"resources" : {
925
943
"configuration" : {
944
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
926
945
"paths" : {
927
946
"webapp" : "webapp"
928
947
}
@@ -948,6 +967,7 @@ const expectedTreeAWithConfigPaths = {
948
967
} ,
949
968
"resources" : {
950
969
"configuration" : {
970
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
951
971
"paths" : {
952
972
"src" : "main/src" ,
953
973
"test" : "main/test"
@@ -975,6 +995,7 @@ const expectedTreeAWithConfigPaths = {
975
995
} ,
976
996
"resources" : {
977
997
"configuration" : {
998
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
978
999
"paths" : {
979
1000
"src" : "src" ,
980
1001
"test" : "test"
@@ -1005,6 +1026,7 @@ const expectedTreeAWithConfigPaths = {
1005
1026
} ,
1006
1027
"resources" : {
1007
1028
"configuration" : {
1029
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1008
1030
"paths" : {
1009
1031
"src" : "src" ,
1010
1032
"test" : "test"
@@ -1052,6 +1074,7 @@ const treeBWithInlineConfigs = {
1052
1074
} ,
1053
1075
resources : {
1054
1076
configuration : {
1077
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
1055
1078
paths : {
1056
1079
src : "main/src" ,
1057
1080
test : "main/test"
@@ -1085,6 +1108,7 @@ const treeBWithInlineConfigs = {
1085
1108
} ,
1086
1109
resources : {
1087
1110
configuration : {
1111
+ propertiesFileSourceEncoding : "ISO-8859-1" ,
1088
1112
paths : {
1089
1113
src : "main/src" ,
1090
1114
test : "main/test"
@@ -1122,6 +1146,7 @@ const expectedTreeBWithInlineConfigs = {
1122
1146
} ,
1123
1147
"resources" : {
1124
1148
"configuration" : {
1149
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1125
1150
"paths" : {
1126
1151
"webapp" : "webapp"
1127
1152
}
@@ -1146,6 +1171,7 @@ const expectedTreeBWithInlineConfigs = {
1146
1171
} ,
1147
1172
"resources" : {
1148
1173
"configuration" : {
1174
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1149
1175
"paths" : {
1150
1176
"src" : "src" ,
1151
1177
"test" : "test"
@@ -1172,6 +1198,7 @@ const expectedTreeBWithInlineConfigs = {
1172
1198
} ,
1173
1199
"resources" : {
1174
1200
"configuration" : {
1201
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1175
1202
"paths" : {
1176
1203
"src" : "main/src" ,
1177
1204
"test" : "main/test"
@@ -1198,6 +1225,7 @@ const expectedTreeBWithInlineConfigs = {
1198
1225
} ,
1199
1226
"resources" : {
1200
1227
"configuration" : {
1228
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1201
1229
"paths" : {
1202
1230
"src" : "src" ,
1203
1231
"test" : "test"
@@ -1229,6 +1257,7 @@ const expectedTreeBWithInlineConfigs = {
1229
1257
} ,
1230
1258
"resources" : {
1231
1259
"configuration" : {
1260
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1232
1261
"paths" : {
1233
1262
"src" : "main/src" ,
1234
1263
"test" : "main/test"
@@ -1255,6 +1284,7 @@ const expectedTreeBWithInlineConfigs = {
1255
1284
} ,
1256
1285
"resources" : {
1257
1286
"configuration" : {
1287
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1258
1288
"paths" : {
1259
1289
"src" : "src" ,
1260
1290
"test" : "test"
@@ -1407,6 +1437,7 @@ const expectedTreeApplicationCycleA = {
1407
1437
"_level" : 2 ,
1408
1438
"resources" : {
1409
1439
"configuration" : {
1440
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1410
1441
"paths" : {
1411
1442
"src" : "src" ,
1412
1443
"test" : "test"
@@ -1446,6 +1477,7 @@ const expectedTreeApplicationCycleA = {
1446
1477
"_level" : 2 ,
1447
1478
"resources" : {
1448
1479
"configuration" : {
1480
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1449
1481
"paths" : {
1450
1482
"src" : "src" ,
1451
1483
"test" : "test"
@@ -1474,6 +1506,7 @@ const expectedTreeApplicationCycleA = {
1474
1506
"_level" : 1 ,
1475
1507
"resources" : {
1476
1508
"configuration" : {
1509
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1477
1510
"paths" : {
1478
1511
"src" : "src" ,
1479
1512
"test" : "test"
@@ -1490,6 +1523,7 @@ const expectedTreeApplicationCycleA = {
1490
1523
"kind" : "project" ,
1491
1524
"resources" : {
1492
1525
"configuration" : {
1526
+ "propertiesFileSourceEncoding" : "ISO-8859-1" ,
1493
1527
"paths" : {
1494
1528
"webapp" : "webapp"
1495
1529
}
0 commit comments