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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java

Issue 2750763006: Correct misnamed WebVR event in tests (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | chrome/test/data/android/webvr_instrumentation/html/test_nfc_fires_onvrdisplayactivate.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java
index e161cdfa5d6f35a56c052fd2d6565afda5a70853..a667832f5ae232e25fd048c7b28bd99b9e858e67 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java
@@ -233,12 +233,12 @@ public class WebVrTest extends ChromeTabbedActivityTestBase {
/**
* Tests that scanning the Daydream View NFC tag on supported devices
- * fires the onvrdisplayactivate event.
+ * fires the vrdisplayactivate event.
*/
@SmallTest
@Restriction(RESTRICTION_TYPE_DAYDREAM_VIEW)
- public void testNfcFiresOnvrdisplayactivate() throws InterruptedException {
- String testName = "test_nfc_fires_onvrdisplayactivate";
+ public void testNfcFiresVrdisplayactivate() throws InterruptedException {
+ String testName = "test_nfc_fires_vrdisplayactivate";
loadUrl(getHtmlTestFile(testName), 10);
simNfcScanAndWait(mWebContents);
endTest(mWebContents);
« no previous file with comments | « no previous file | chrome/test/data/android/webvr_instrumentation/html/test_nfc_fires_onvrdisplayactivate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698