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

Unified Diff: grit/format/android_xml_unittest.py

Issue 1291173002: Remove support for product attributes in Android xml files. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk
Patch Set: fixed >80 line Created 5 years, 4 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 | « grit/format/android_xml.py ('k') | grit/testdata/android.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/format/android_xml_unittest.py
diff --git a/grit/format/android_xml_unittest.py b/grit/format/android_xml_unittest.py
index 87973343d89e0add2c6b893ca997ac26b5d27202..cdec6c9013e93286a5b686014555a2b6354d8d8a 100644
--- a/grit/format/android_xml_unittest.py
+++ b/grit/format/android_xml_unittest.py
@@ -39,14 +39,6 @@ a sledge hammer.
<message name="IDS_WHITESPACE" desc="A string with extra whitespace.">
''' How old fashioned -- she thought. '''
</message>
- <message name="IDS_PRODUCT_SPECIFIC_product_nosdcard"
- desc="A string that only applies if there's no sdcard">
- Lasers will probably be helpful.
- </message>
- <message name="IDS_PRODUCT_DEFAULT" desc="New style product tag"
- formatter_data="android_java_product=default android_java_name=custom_name">
- You have an SD card
- </message>
<message name="IDS_PLACEHOLDERS" desc="A string with placeholders">
I'll buy a <ph name="WAVELENGTH">%d<ex>200</ex></ph> nm laser at <ph name="STORE_NAME">%s<ex>the grocery store</ex></ph>.
</message>
@@ -71,8 +63,6 @@ a sledge hammer.
wood, charcoal, and
a sledge hammer."</string>
<string name="whitespace">" How old fashioned -- she thought. "</string>
-<string name="product_specific" product="nosdcard">"Lasers will probably be helpful."</string>
-<string name="custom_name" product="default">"You have an SD card"</string>
<string name="placeholders">"I\'ll buy a %d nm laser at %s."</string>
<plurals name="plurals">
<item quantity="one">"Maybe I\'ll get one laser."</item>
« no previous file with comments | « grit/format/android_xml.py ('k') | grit/testdata/android.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698