Chromium Code Reviews| Index: tests/isolateserver_smoke_test.py |
| diff --git a/tests/isolateserver_smoke_test.py b/tests/isolateserver_smoke_test.py |
| index 71cc650773801c80b18e85971f23e382b7683117..fb56c93a660d9f85b4305fd21aa82625988a49c5 100755 |
| --- a/tests/isolateserver_smoke_test.py |
| +++ b/tests/isolateserver_smoke_test.py |
| @@ -28,6 +28,10 @@ ISOLATE_SERVER = 'https://isolateserver.appspot.com/' |
| TEST_DATA_DIR = os.path.join(ROOT_DIR, 'tests', 'isolateserver') |
| +# TODO(vadimsh): This test is a bit frankensteinish now. It uses new /content-gs |
| +# protocol for uploads via 'isolateserver.py archive', but uses old /content |
| +# protocol for validity check and fetches. |
|
M-A Ruel
2013/09/28 01:42:58
I guess it should just use "isolateserver.py downl
|
| + |
| class IsolateServerArchiveSmokeTest(unittest.TestCase): |
| def setUp(self): |
| # The namespace must end in '-gzip' since all files are now compressed |