| 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>
|
|
|