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

Unified Diff: chrome/test/functional/media/media_basic_playback.py

Issue 11225069: Fix naming issue on media basic playback test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/media/media_basic_playback.py
diff --git a/chrome/test/functional/media/media_basic_playback.py b/chrome/test/functional/media/media_basic_playback.py
index 2ea745b8849d5d08ed4b9daf9e12a3ddf30245b0..a58c2c8c4795340df06ecdad02be19911989127d 100755
--- a/chrome/test/functional/media/media_basic_playback.py
+++ b/chrome/test/functional/media/media_basic_playback.py
@@ -32,7 +32,7 @@ _EXPECTED_EVENTS_0 = [('ended', 2), ('playing', 2), ('seeked', 1),
_EXPECTED_EVENTS_n = [('abort', 1), ('emptied', 1)] + _EXPECTED_EVENTS_0
-class MediaConstrainedNetworkPerfTest(pyauto.PyUITest):
+class MediaBasicPlaybackTest(pyauto.PyUITest):
"""PyAuto test container. See file doc string for more information."""
def ExtraChromeFlags(self):
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698