Skip to content

Commit

Permalink
Fix rft_0_ift_2 test file json values (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan committed Feb 6, 2024
1 parent 9ad283d commit 5c2e4ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
u'siteLink': u'viewSite.php?siteid=223',
u'status': u'Failed',
u'statusclass': u'error',
u'testDetailsLink': u'testDetails.php?test=57860629&build=2',
u'testDetailsLink': u'testDetails.php?test=57860629&build=3',
u'testname': u'testname1',
u'time': 10.72
},
Expand All @@ -59,7 +59,7 @@
u'siteLink': u'viewSite.php?siteid=223',
u'status': u'Passed',
u'statusclass': u'error',
u'testDetailsLink': u'testDetails.php?test=57860629&build=2',
u'testDetailsLink': u'testDetails.php?test=57860629&build=4',
u'testname': u'testname1',
u'time': 10.72
},
Expand All @@ -75,7 +75,7 @@
u'siteLink': u'viewSite.php?siteid=223',
u'status': u'Passed',
u'statusclass': u'error',
u'testDetailsLink': u'testDetails.php?test=57860629&build=2',
u'testDetailsLink': u'testDetails.php?test=57860629&build=5',
u'testname': u'testname1',
u'time': 10.72
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ u'bugtracker': u'https://github.com/trilinos/Trilinos/issues',
u'builds': [ { u'buildName': u'build1',
u'builds': [ { u'buildName': u'build2',
u'buildSummaryLink': u'build/1',
u'buildstarttime': u'2018-10-26T05:56:22 UTC',
u'details': u'Completed\n',
Expand All @@ -12,10 +12,10 @@
u'status': u'Passed',
u'statusclass': u'error',
u'testDetailsLink': u'testDetails.php?test=57860629&build=1',
u'testname': u'testname1',
u'testname': u'testname2',
u'time': 10.72
},
{ u'buildName': u'build1',
{ u'buildName': u'build2',
u'buildSummaryLink': u'build/2',
u'buildstarttime': u'2018-10-26T05:56:22 UTC',
u'details': u'Completed (Failed)\n',
Expand All @@ -28,10 +28,10 @@
u'status': u'Failed',
u'statusclass': u'error',
u'testDetailsLink': u'testDetails.php?test=57860629&build=2',
u'testname': u'testname1',
u'testname': u'testname2',
u'time': 10.72
},
{ u'buildName': u'build1',
{ u'buildName': u'build2',
u'buildSummaryLink': u'build/3',
u'buildstarttime': u'2018-10-26T05:56:22 UTC',
u'details': u'Completed (Failed)\n',
Expand All @@ -43,8 +43,8 @@
u'siteLink': u'viewSite.php?siteid=223',
u'status': u'Failed',
u'statusclass': u'error',
u'testDetailsLink': u'testDetails.php?test=57860629&build=2',
u'testname': u'testname1',
u'testDetailsLink': u'testDetails.php?test=57860629&build=3',
u'testname': u'testname2',
u'time': 10.72
}
],
Expand Down

0 comments on commit 5c2e4ca

Please sign in to comment.