VirtualBox

Changeset 40108 in vbox for trunk/src


Ignore:
Timestamp:
Feb 13, 2012 8:33:20 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76249
Message:

HostServices/SharedFolders: fix test case.

Location:
trunk/src/VBox/HostServices/SharedFolders
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp

    r39612 r40108  
    137137
    138138extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath)
     139{
     140 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
     141    ARRAY_FROM_PATH(testRTDirOpenName, pszPath);
     142    *ppDir = testRTDirOpenpDir;
     143    testRTDirOpenpDir = 0;
     144    return VINF_SUCCESS;
     145}
     146
     147/** @todo Do something useful with the last two arguments. */
     148extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t)
    139149{
    140150 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
  • trunk/src/VBox/HostServices/SharedFolders/teststubs.h

    r39612 r40108  
    3333#define RTDirOpen            testRTDirOpen
    3434extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath);
     35#define RTDirOpenFiltered    testRTDirOpenFiltered
     36extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
    3537#define RTDirQueryInfo       testRTDirQueryInfo
    3638extern int testRTDirQueryInfo(PRTDIR pDir, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs);
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r39646 r40108  
    11791179    testCreateFileSimple(hTest);
    11801180    /* Simple opening of an existing directory. */
     1181    /** @todo How do wildcards in the path name work? */
    11811182    testCreateDirSimple(hTest);
    11821183    /* If the number or types of parameters are wrong the API should fail. */
Note: See TracChangeset for help on using the changeset viewer.

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