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

Unified Diff: platform_tools/android/tests/generate_user_config_tests.py

Issue 221063003: Rename test SkUserConfig files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Change .h to .txt to skip housekeeping. Created 6 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
Index: platform_tools/android/tests/generate_user_config_tests.py
diff --git a/platform_tools/android/tests/generate_user_config_tests.py b/platform_tools/android/tests/generate_user_config_tests.py
index 50f80db66c9ead47cffd921bcdb7bf9c517bfcc5..503a154d6d9f262ec84aa7bc39eb61020026d217 100644
--- a/platform_tools/android/tests/generate_user_config_tests.py
+++ b/platform_tools/android/tests/generate_user_config_tests.py
@@ -23,7 +23,7 @@ sys.path.append(test_variables.GYP_GEN_DIR)
from generate_user_config import generate_user_config as gen_config
# Name of SkUserConfig file.
-USER_CONFIG_NAME = 'SkUserConfig.h'
+USER_CONFIG_NAME = 'SkUserConfig-h.txt'
# Path to unchanging Dummy SkUserConfig file.
FULL_DUMMY_PATH = os.path.join(os.path.dirname(__file__), 'inputs',
USER_CONFIG_NAME)
« no previous file with comments | « platform_tools/android/tests/expectations/SkUserConfig-h.txt ('k') | platform_tools/android/tests/inputs/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698