VirtualBox

Changeset 79327 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 25, 2019 2:22:42 PM (6 years ago)
Author:
vboxsync
Message:

ValKit/tdAddGuestCtrl.py: Adjusted final rmtree test now that GAs have been fixed to do the same thing for non-existing dirs. bugref:9320

File:
1 edited

Legend:

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

    r79324 r79327  
    35013501            tdTestRemoveTree(asTestDirs[0], afFlags = [vboxcon.DirectoryRemoveRecFlag_ContentOnly,],
    35023502                             fNotExist = True, fRcExpect = True),
    3503             # Exception is when not specifying any flags the the guest does not call RTDirRemoveRecursive but does its own thing.
    3504             tdTestRemoveTree(asTestDirs[0], afFlags = [], fRcExpect = False),
     3503            tdTestRemoveTree(asTestDirs[0], afFlags = [vboxcon.DirectoryRemoveRecFlag_None,], fNotExist = True, fRcExpect = True),
    35053504        ];
    35063505
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