Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
activemqVersion=5.19.6
activemqVersion=5.19.7

geronimoJ2eeConnector15SpecVersion=1.0.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,9 @@ private Map<String, Pair<Integer, String[]>> getExpectations()
add(map, "sample.txt", 37, "Sample text file", "1", "2", "9");
add(map, "sql_sample.sql", 2232, "for JDBC Login support", "Container of parent, if parent has no ACLs");
add(map, "svg_sample.svg", 18, " "); // Not empty, but just a bunch of whitespace
add(map, "tgz_sample.tgz", 7823, "assertthat is an extension", "Custom failure messages");


add(map, "tgz_sample.tgz", 7682, "assertthat is an extension", "Custom failure messages");
add(map, "tif_sample.tif", 0);
add(map, "tsv_sample.tsv", 2986, "1264.5", "10JAN07_plate_1.xls");
add(map, "vsd_sample.vsd", 982, "Contoso Pharmaceuticals, Inc.", "Trial Continuation Process", "events depicted herein are fictitious");
Expand Down