| Index: tools/crx_id/crx_id_unittest.py | 
| =================================================================== | 
| --- tools/crx_id/crx_id_unittest.py	(revision 185325) | 
| +++ tools/crx_id/crx_id_unittest.py	(working copy) | 
| @@ -61,15 +61,15 @@ | 
| self.UNPACKED_HASH_BYTES) | 
| # This uses the path to compute the AppID. | 
| self.assertEqual(crx_id.GetCRXAppID('/tmp/temp_extension', | 
| -                                        from_test_path=True), | 
| +                                        from_file_path=True), | 
| 'ajbbicncdkdlchpjplgjaglppbcbmaji') | 
| # Test drive letter normalization. | 
| kWinPathId = 'popnagglbbhjlobnnbcjnckakjoegnjp' | 
| self.assertEqual(crx_id.GetCRXAppID('c:\temp_extension', | 
| -                                        from_test_path=True), | 
| +                                        from_file_path=True), | 
| kWinPathId) | 
| self.assertEqual(crx_id.GetCRXAppID('C:\temp_extension', | 
| -                                        from_test_path=True), | 
| +                                        from_file_path=True), | 
| kWinPathId) | 
| shutil.rmtree(temp_unpacked_crx) | 
|  | 
|  |