@@ -68,27 +68,27 @@ cylc_ws_json_greps "${TEST_NAME_PREFIX}1.stdout" "${TEST_NAME_PREFIX}1.stdout" \
6868 " [('per_page',), 3]" \
6969 " [('of_n_entries',), 10]" \
7070 " [('entries', 0, 'cycle'), '20090101T0000Z']" \
71- " [('entries', 1, 'cycle'), '20080101T0000Z']"
71+ " [('entries', 1, 'cycle'), '20080101T0000Z']" \
72+ " [('entries', 2, 'cycle'), '20070101T0000Z']"
7273cylc_ws_json_greps " ${TEST_NAME_PREFIX} 2.stdout" " ${TEST_NAME_PREFIX} 2.stdout" \
7374 " [('page',), 2]" \
7475 " [('per_page',), 3]" \
7576 " [('of_n_entries',), 10]" \
76- " [('entries', 0, 'cycle'), '20070101T0000Z ']" \
77- " [('entries', 1, 'cycle'), '20060101T0000Z ']" \
78- " [('entries', 2, 'cycle'), '20050101T0000Z ']"
77+ " [('entries', 0, 'cycle'), '20060101T0000Z ']" \
78+ " [('entries', 1, 'cycle'), '20050101T0000Z ']" \
79+ " [('entries', 2, 'cycle'), '20040101T0000Z ']"
7980cylc_ws_json_greps " ${TEST_NAME_PREFIX} 3.stdout" " ${TEST_NAME_PREFIX} 3.stdout" \
8081 " [('page',), 3]" \
8182 " [('per_page',), 3]" \
8283 " [('of_n_entries',), 10]" \
83- " [('entries', 0, 'cycle'), '20040101T0000Z ']" \
84- " [('entries', 1, 'cycle'), '20030101T0000Z ']" \
85- " [('entries', 2, 'cycle'), '20020101T0000Z ']"
84+ " [('entries', 0, 'cycle'), '20030101T0000Z ']" \
85+ " [('entries', 1, 'cycle'), '20020101T0000Z ']" \
86+ " [('entries', 2, 'cycle'), '20010101T0000Z ']"
8687cylc_ws_json_greps " ${TEST_NAME_PREFIX} 4.stdout" " ${TEST_NAME_PREFIX} 4.stdout" \
8788 " [('page',), 4]" \
8889 " [('per_page',), 3]" \
8990 " [('of_n_entries',), 10]" \
90- " [('entries', 0, 'cycle'), '20010101T0000Z']" \
91- " [('entries', 1, 'cycle'), '20000101T0000Z']"
91+ " [('entries', 0, 'cycle'), '20000101T0000Z']"
9292# -------------------------------------------------------------------------------
9393# Data transfer output check for the suite's cycles page, sorted by time_asc
9494TEST_NAME_PREFIX=" ${TEST_NAME_BASE} -200-curl-cycles-asc-page-"
0 commit comments