VirtualBox

Changeset 71854 in vbox for trunk


Ignore:
Timestamp:
Apr 12, 2018 3:58:12 PM (7 years ago)
Author:
vboxsync
Message:

Pylint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r71847 r71854  
    34043404                    # Copying contents of directories into a non-existing directory chain on the host which fail.
    34053405                    [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web\\',
    3406                                      sDst = sScratchHst + "/not/existing/", aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
     3406                                     sDst = sScratchHst + "/not/existing/",
     3407                                     aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    34073408                      tdTestResult(fRc = False) ],
    34083409                    # Copying contents of directories into a non-existing directory on the host, which should succeed.
    34093410                    [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web\\',
    3410                                      sDst = sScratchHst + "/no-existing/", aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
     3411                                     sDst = sScratchHst + "/no-existing/",
     3412                                     aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    34113413                      tdTestResult(fRc = True) ]
    34123414                ]);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette