diff options
Diffstat (limited to 'monitor/gaol/gaol_test.py')
| -rwxr-xr-x | monitor/gaol/gaol_test.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/monitor/gaol/gaol_test.py b/monitor/gaol/gaol_test.py index dbcadc4..94eb63e 100755 --- a/monitor/gaol/gaol_test.py +++ b/monitor/gaol/gaol_test.py @@ -23,11 +23,11 @@ def test_consistency_proof(url, idx1, idx2): if __name__ == '__main__': url = CTLOGS[0]["url"] - test_get_entry(url,1) - test_get_entry(url,2) - test_get_entry(url,3) - test_get_entry(url,4) test_get_entry(url,5) + test_get_entry(url,6) + test_get_entry(url,7) + # test_get_entry(url,4) + # test_get_entry(url,5) # test_get_entry(url,6) # test_submission(url, "Progress (n.): The process through which the Internet has evolved from smart people in front of dumb terminals to dumb people in front of smart terminals.") # test_consistency_proof(url, 2, 3)
\ No newline at end of file |
