Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22162 from viorelaioia/bug_1043471
Browse files Browse the repository at this point in the history
Bug 1043471 - Investigate failure in test_import_contacts_from_sdcard.py
  • Loading branch information
bebef1987 committed Jul 25, 2014
2 parents f635281 + 4b39f1c commit d2c4dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@ def setUp(self):

# remove vcf files from sdcard
for filename in self.data_layer.sdcard_files('.vcf'):
self.device.manager.removeFile(filename)
self.device.file_manager.remove(filename)

def test_export_contacts_to_sdcard(self):
""" Export contacts to an SD card """
Expand Down
Expand Up @@ -10,7 +10,7 @@ def setUp(self):

# remove existing vcf files from sdcard
for filename in self.data_layer.sdcard_files('.vcf'):
self.device.manager.file_manager.remove_file(filename)
self.device.file_manager.remove(filename)

# add .vcf file to SD card
self.push_resource('gaia061281_test.vcf')
Expand Down

0 comments on commit d2c4dbc

Please sign in to comment.