From a932cff9da3cf794d84fcc884b2fac189f1bd96d Mon Sep 17 00:00:00 2001 From: josef Date: Tue, 8 Dec 2015 10:50:52 +0100 Subject: reworking logging, testing failure --- monitor/gaol/gaol_test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'monitor/gaol/gaol_test.py') 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 -- cgit v1.1