VirtualBox

Changeset 60046 in vbox for trunk/src


Ignore:
Timestamp:
Mar 15, 2016 8:51:53 PM (9 years ago)
Author:
vboxsync
Message:

tstRTPath: bogus test (thanks PVS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTPath.cpp

    r57358 r60046  
    175175                RTTESTI_CHECK(!strcmp(pSplit->pszSuffix, u.Split.pszSuffix));
    176176                for (uint32_t idxComp = 0; idxComp < u.Split.cComps; idxComp++)
    177                     RTTESTI_CHECK(!strcmp(pSplit->apszComps[idxComp], pSplit->apszComps[idxComp]));
     177                    RTTESTI_CHECK(!strcmp(pSplit->apszComps[idxComp], u.Split.apszComps[idxComp]));
    178178                RTPathSplitFree(pSplit);
    179179            }
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