commit | b09296dbd8a5cff3a13308d6fc1ab504a8c63221 | [log] [tgz] |
---|---|---|
author | Andrew Stadler <stadler@android.com> | Wed Jun 24 22:32:40 2009 -0700 |
committer | Andrew Stadler <stadler@android.com> | Wed Jun 24 22:32:40 2009 -0700 |
tree | cf64e3441307ddac6ea69c4fa2dc6cf38f45f274 | |
parent | afed82bca9e173cabe2c2f25314b202e5c1ccbca [diff] |
Add missing filename remap to RenamingDelegatingContext This makes ProviderTestCase2 work better by enabling code under test to make calls to context.getDatabasePath(). Without this fix the call throws an exception. It would be reasonable (and useful) to backport this to donut, but I'm not even building donut these days.