VirtualBox

Ignore:
Timestamp:
May 17, 2024 8:12:39 AM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163250
Message:

ValidationKit/tdAddGuestCtrl: Removed some dead code (not needed anyway).

File:
1 edited

Legend:

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

    r104695 r104696  
    40464046                    fRc = reporter.error('Resulting directory is empty!');
    40474047                else:
    4048                     ## @todo This does not work for some unknown reason.
    4049                     #try:
    4050                     #    if self.oTstDrv.fpApiVer >= 5.0:
    4051                     #        fExists = oCurGuestSession.directoryExists(sDirTemp, False);
    4052                     #    else:
    4053                     #        fExists = oCurGuestSession.directoryExists(sDirTemp);
    4054                     #except:
    4055                     #    fRc = reporter.errorXcpt('sDirTemp=%s' % (sDirTemp,));
    4056                     #else:
    4057                     #    if fExists is not True:
    4058                     #        fRc = reporter.error('Test #%d failed: Temporary directory "%s" does not exists (%s)'
    4059                     #                             % (i, sDirTemp, fExists));
    40604048                    try:
    40614049                        oFsObjInfo = oCurGuestSession.fsObjQueryInfo(sDirTemp, False);
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