From 9e65237290118699765c960e50201e996b916088 Mon Sep 17 00:00:00 2001 From: James Tunnicliffe Date: Wed, 20 Jun 2012 12:06:51 +0100 Subject: Stop directly fetching license html files - always use license.php --- tests/test_click_through_license.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/test_click_through_license.py b/tests/test_click_through_license.py index 00cd1c9..4a0520d 100644 --- a/tests/test_click_through_license.py +++ b/tests/test_click_through_license.py @@ -19,9 +19,9 @@ local_rewrite = 'RewriteCond %{REMOTE_ADDR} 127.0.0.1 [OR]' host = 'http://127.0.0.1' port = '0' # 0 == Pick a free port. -samsung_license_path = '/licenses/samsung.html' -ste_license_path = '/licenses/ste.html' -linaro_license_path = '/licenses/linaro.html' +samsung_license_path = '/licenses/license.php' +ste_license_path = '/licenses/license.php' +linaro_license_path = '/licenses/license.php' samsung_test_file = '/android/~linaro-android/staging-origen/test.txt' ste_test_file = ('/android/~linaro-android/staging-snowball' '/173/target/product/snowball/test.txt') -- cgit v1.2.3