summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/4/changes
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-01-05 12:38:52 +0900
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-01-05 13:44:51 +0900
commit1301341f13fab2ced33a6f4dc0f0e8f609217105 (patch)
tree89c1564ed7816074f26d6d6a44ec0e2ef5de025c /docs/html/sdk/api_diff/4/changes
parent1dabb95d280480c4c519b52ded8990d39c8b1614 (diff)
Fix test breakage in vCard exporter.
Due to the change Iae8dbac1, all tests for vCard exporeter has failed. This change fixes the breakage by using a kind of dirty Dependency Injection. Current test framework for vCard exporter strongly depends on the assumption that ContentValues objects are able to be directly passed to objects which use ContentResolver, while the change above disabled the feature by removing queryEntities(). This change makes VCardComposer forcibly uses queryEntities() via Reflection. I agree that this change is not so clean, but works fine for now.
Diffstat (limited to 'docs/html/sdk/api_diff/4/changes')
0 files changed, 0 insertions, 0 deletions