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

Issue 10700167: Adds ContentShellTest.apk and very simple test. (Closed)

Created:
8 years, 5 months ago by cjhopman
Modified:
8 years, 5 months ago
Reviewers:
Ted C, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Adds ContentShellTest.apk and very simple test. This change does a number of things to add a ContentShellTest.apk: - adds javatests directory with - AndroidManifest.xml and content_shell_test_apk.xml to make it possible to build ContentShellTest.apk - Simple test that just starts the content shell, verifies the activity isn't null and that the URL is set as expected. The simple test is run directly by instruments using the following command: adb shell am instrument -w org.chromium.content_shell.tests/android.test.InstrumentationTestRunner BUG=136700 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146435

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -9 lines) Patch
M content/content_shell.gypi View 1 2 3 3 chunks +28 lines, -2 lines 0 comments Download
A content/shell/android/javatests/AndroidManifest.xml View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A + content/shell/android/javatests/content_shell_test_apk.xml View 3 chunks +5 lines, -7 lines 0 comments Download
A content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java View 1 1 chunk +33 lines, -0 lines 0 comments Download
A content/shell/android/javatests/src/org/chromium/content_shell/ContentShellUrlTest.java View 1 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
cjhopman
tedchoc: content/shell/android jam: content/content_shell.gypi
8 years, 5 months ago (2012-07-11 20:56:56 UTC) #1
Ted C
http://codereview.chromium.org/10700167/diff/1/content/shell/android/javatests/AndroidManifest.xml File content/shell/android/javatests/AndroidManifest.xml (right): http://codereview.chromium.org/10700167/diff/1/content/shell/android/javatests/AndroidManifest.xml#newcode20 content/shell/android/javatests/AndroidManifest.xml:20: <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" /> do we need any of the ...
8 years, 5 months ago (2012-07-11 22:28:28 UTC) #2
cjhopman
http://codereview.chromium.org/10700167/diff/1/content/shell/android/javatests/AndroidManifest.xml File content/shell/android/javatests/AndroidManifest.xml (right): http://codereview.chromium.org/10700167/diff/1/content/shell/android/javatests/AndroidManifest.xml#newcode20 content/shell/android/javatests/AndroidManifest.xml:20: <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" /> On 2012/07/11 22:28:28, Ted C wrote: ...
8 years, 5 months ago (2012-07-12 18:13:08 UTC) #3
Ted C
lgtm Just one final thing. http://codereview.chromium.org/10700167/diff/7001/content/content_shell.gypi File content/content_shell.gypi (right): http://codereview.chromium.org/10700167/diff/7001/content/content_shell.gypi#newcode628 content/content_shell.gypi:628: '<(PRODUCT_DIR)/ContentShellTest-debug.apk', So I just ...
8 years, 5 months ago (2012-07-12 18:19:28 UTC) #4
cjhopman
http://codereview.chromium.org/10700167/diff/7001/content/content_shell.gypi File content/content_shell.gypi (right): http://codereview.chromium.org/10700167/diff/7001/content/content_shell.gypi#newcode628 content/content_shell.gypi:628: '<(PRODUCT_DIR)/ContentShellTest-debug.apk', On 2012/07/12 18:19:28, Ted C wrote: > So ...
8 years, 5 months ago (2012-07-12 18:28:28 UTC) #5
jam
lgtm
8 years, 5 months ago (2012-07-12 18:58:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/10700167/4003
8 years, 5 months ago (2012-07-12 19:01:24 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-12 20:28:49 UTC) #8
Change committed as 146435

Powered by Google App Engine
This is Rietveld 408576698