Changeset 40913 for branches/ipp-259_genericise_backups/tools/backups/backup_atlassian_applications_test.py
- Timestamp:
- Oct 7, 2019, 1:25:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ipp-259_genericise_backups/tools/backups/backup_atlassian_applications_test.py
r40912 r40913 335 335 ab = fab_test.create_all_paths_and_folders(ab, tmpdir) 336 336 337 result = ab.perform_ atlassian_backups()337 result = ab.perform_backups() 338 338 339 339 assert result == 0 … … 353 353 assert not os.path.exists(ab.backup_2_path) 354 354 355 result = ab.perform_ atlassian_backups()355 result = ab.perform_backups() 356 356 assert result == 1 357 357
Note:
See TracChangeset
for help on using the changeset viewer.
