@@ -1164,7 +1164,6 @@ Failures:%
1164
1164
||'%BEFORE_SUITE:SUITE_PACKAGE='||gc_owner||'.check_context'
1165
1165
||'%BEFORE_SUITE:SUITE_PATH=some.suite.path.check_context'
1166
1166
||'%BEFORE_SUITE:SUITE_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1167
- ||'%BEFORE_SUITE:TIME_IN_SUITE=+000000000 00:00:0'
1168
1167
||'%APPLICATION_INFO:MODULE=utPLSQL'
1169
1168
||'%APPLICATION_INFO:ACTION=check_context'
1170
1169
||'%APPLICATION_INFO:CLIENT_INFO=before_suite%'
@@ -1187,8 +1186,6 @@ Failures:%
1187
1186
||'%BEFORE_CONTEXT:SUITE_PACKAGE='||gc_owner||'.check_context'
1188
1187
||'%BEFORE_CONTEXT:SUITE_PATH=some.suite.path.check_context'
1189
1188
||'%BEFORE_CONTEXT:SUITE_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1190
- ||'%BEFORE_CONTEXT:TIME_IN_CONTEXT=+000000000 00:00:0'
1191
- ||'%BEFORE_CONTEXT:TIME_IN_SUITE=+000000000 00:00:0'
1192
1189
||'%APPLICATION_INFO:MODULE=utPLSQL'
1193
1190
||'%APPLICATION_INFO:ACTION=check_context'
1194
1191
||'%APPLICATION_INFO:CLIENT_INFO=before_context%'
@@ -1213,9 +1210,6 @@ Failures:%
1213
1210
||'%BEFORE_EACH_TEST:TEST_DESCRIPTION=Some test description'
1214
1211
||'%BEFORE_EACH_TEST:TEST_NAME='||gc_owner||'.check_context.the_test'
1215
1212
||'%BEFORE_EACH_TEST:TEST_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1216
- ||'%BEFORE_EACH_TEST:TIME_IN_CONTEXT=+000000000 00:00:0%'
1217
- ||'%BEFORE_EACH_TEST:TIME_IN_SUITE=+000000000 00:00:0%'
1218
- ||'%BEFORE_EACH_TEST:TIME_IN_TEST=+000000000 00:00:0%'
1219
1213
||'%APPLICATION_INFO:MODULE=utPLSQL'
1220
1214
||'%APPLICATION_INFO:ACTION=check_context'
1221
1215
||'%APPLICATION_INFO:CLIENT_INFO=before_each_test%'
@@ -1239,9 +1233,6 @@ Failures:%
1239
1233
||'%BEFORE_TEST:TEST_DESCRIPTION=Some test description'
1240
1234
||'%BEFORE_TEST:TEST_NAME='||gc_owner||'.check_context.the_test'
1241
1235
||'%BEFORE_TEST:TEST_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1242
- ||'%BEFORE_TEST:TIME_IN_CONTEXT=+000000000 00:00:0%'
1243
- ||'%BEFORE_TEST:TIME_IN_SUITE=+000000000 00:00:0%'
1244
- ||'%BEFORE_TEST:TIME_IN_TEST=+000000000 00:00:0%'
1245
1236
||'%APPLICATION_INFO:MODULE=utPLSQL'
1246
1237
||'%APPLICATION_INFO:ACTION=check_context'
1247
1238
||'%APPLICATION_INFO:CLIENT_INFO=before_test%'
@@ -1265,9 +1256,6 @@ Failures:%
1265
1256
||'%THE_TEST:TEST_DESCRIPTION=Some test description'
1266
1257
||'%THE_TEST:TEST_NAME='||gc_owner||'.check_context.the_test'
1267
1258
||'%THE_TEST:TEST_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1268
- ||'%THE_TEST:TIME_IN_CONTEXT=+000000000 00:00:0%'
1269
- ||'%THE_TEST:TIME_IN_SUITE=+000000000 00:00:0%'
1270
- ||'%THE_TEST:TIME_IN_TEST=+000000000 00:00:0%'
1271
1259
||'%APPLICATION_INFO:MODULE=utPLSQL'
1272
1260
||'%APPLICATION_INFO:ACTION=check_context'
1273
1261
||'%APPLICATION_INFO:CLIENT_INFO=the_test%'
@@ -1291,9 +1279,6 @@ Failures:%
1291
1279
||'%AFTER_TEST:TEST_DESCRIPTION=Some test description'
1292
1280
||'%AFTER_TEST:TEST_NAME='||gc_owner||'.check_context.the_test'
1293
1281
||'%AFTER_TEST:TEST_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1294
- ||'%AFTER_TEST:TIME_IN_CONTEXT=+000000000 00:00:0%'
1295
- ||'%AFTER_TEST:TIME_IN_SUITE=+000000000 00:00:0%'
1296
- ||'%AFTER_TEST:TIME_IN_TEST=+000000000 00:00:0%'
1297
1282
||'%APPLICATION_INFO:MODULE=utPLSQL'
1298
1283
||'%APPLICATION_INFO:ACTION=check_context'
1299
1284
||'%APPLICATION_INFO:CLIENT_INFO=after_test%'
@@ -1317,9 +1302,6 @@ Failures:%
1317
1302
||'%AFTER_EACH_TEST:TEST_DESCRIPTION=Some test description'
1318
1303
||'%AFTER_EACH_TEST:TEST_NAME='||gc_owner||'.check_context.the_test'
1319
1304
||'%AFTER_EACH_TEST:TEST_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1320
- ||'%AFTER_EACH_TEST:TIME_IN_CONTEXT=+000000000 00:00:0%'
1321
- ||'%AFTER_EACH_TEST:TIME_IN_SUITE=+000000000 00:00:0%'
1322
- ||'%AFTER_EACH_TEST:TIME_IN_TEST=+000000000 00:00:0%'
1323
1305
||'%APPLICATION_INFO:MODULE=utPLSQL'
1324
1306
||'%APPLICATION_INFO:ACTION=check_context'
1325
1307
||'%APPLICATION_INFO:CLIENT_INFO=after_each_test%'
@@ -1340,8 +1322,6 @@ Failures:%
1340
1322
||'%AFTER_CONTEXT:SUITE_PACKAGE='||gc_owner||'.check_context'
1341
1323
||'%AFTER_CONTEXT:SUITE_PATH=some.suite.path.check_context'
1342
1324
||'%AFTER_CONTEXT:SUITE_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1343
- ||'%AFTER_CONTEXT:TIME_IN_CONTEXT=+000000000 00:00:0%'
1344
- ||'%AFTER_CONTEXT:TIME_IN_SUITE=+000000000 00:00:0%'
1345
1325
||'%APPLICATION_INFO:MODULE=utPLSQL'
1346
1326
||'%APPLICATION_INFO:ACTION=check_context'
1347
1327
||'%APPLICATION_INFO:CLIENT_INFO=after_context%'
@@ -1359,7 +1339,6 @@ Failures:%
1359
1339
||'%AFTER_SUITE:SUITE_PACKAGE='||gc_owner||'.check_context'
1360
1340
||'%AFTER_SUITE:SUITE_PATH=some.suite.path.check_context'
1361
1341
||'%AFTER_SUITE:SUITE_START_TIME='||to_char(current_timestamp,'yyyy-mm-dd"T"hh24:mi')
1362
- ||'%AFTER_SUITE:TIME_IN_SUITE=+000000000 00:00:0%'
1363
1342
||'%APPLICATION_INFO:MODULE=utPLSQL'
1364
1343
||'%APPLICATION_INFO:ACTION=check_context'
1365
1344
||'%APPLICATION_INFO:CLIENT_INFO=after_suite%'
0 commit comments