Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: content/test/gpu/gpu_tests/pixel.py

Issue 2136773002: [content/test/gpu] Rename cloud_storage_test_base.TestBase to cloud_storage_test_base.CloudStorageT… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/maps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/pixel.py
diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py
index ec1934151714a8704cbfac4f2039a1958670fb3e..1adf35c540714e13be76c2449f12e6ef24b398ff 100644
--- a/content/test/gpu/gpu_tests/pixel.py
+++ b/content/test/gpu/gpu_tests/pixel.py
@@ -165,7 +165,7 @@ class PixelValidator(cloud_storage_test_base.ValidatorBase):
json_contents = json.load(f)
return json_contents
-class Pixel(cloud_storage_test_base.TestBase):
+class Pixel(cloud_storage_test_base.CloudStorageTestBase):
test = PixelValidator
@classmethod
« no previous file with comments | « content/test/gpu/gpu_tests/maps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698