VirtualBox

Ignore:
Timestamp:
May 8, 2018 5:01:02 PM (7 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: fix typos

File:
1 edited

Legend:

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

    r72169 r72170  
    32403240                        ## additionally it's not really clear if this fails reliably on all Windows versions, even
    32413241                        ## the old ones like XP with a "proper" administrator.
    3242                         #[ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'security',
     3242                        #[ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'security'),
    32433243                        #               sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    32443244                        #  tdTestResult(fRc = False) ],
    32453245                        # Copying directories with regular files.
    3246                         [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'Help',
     3246                        [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'Help'),
    32473247                                       sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    32483248                          tdTestResult(fRc = True) ]
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