VirtualBox

忽略:
時間撮記:
2016-6-22 下午04:23:44 (8 年 以前)
作者:
vboxsync
訊息:

Adjust the testcase to deal with the previous change in RTPathAppendEx behavior. If the change is unwanted, pleas back out this change, too.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/testcase/tstRTPath.cpp

    r60046 r61823  
    55
    66/*
    7  * Copyright (C) 2006-2015 Oracle Corporation
     7 * Copyright (C) 2006-2016 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    446446        "/x",                   "/",                    "/x/",
    447447        "/",                    "x",                    "/x",
    448         "dir",                  "file",                 "dir/file",
     448        "dir",                  "file",                 "dir" RTPATH_SLASH_STR "file",
    449449        "dir",                  "/file",                "dir/file",
    450450        "dir",                  "//file",               "dir/file",
     
    457457        "dir//",                "//file",               "dir/file",
    458458        "dir///",               "///file",              "dir/file",
    459         "/bin/testcase",        "foo.r0",               "/bin/testcase/foo.r0",
     459        "/bin/testcase",        "foo.r0",               "/bin/testcase" RTPATH_SLASH_STR "foo.r0",
    460460#if defined (RT_OS_OS2) || defined (RT_OS_WINDOWS)
    461461        "/",                    "\\",                   "/",
    462462        "\\",                   "/",                    "\\",
    463         "\\\\srv\\shr",         "dir//",                "\\\\srv\\shr/dir//",
    464         "\\\\srv\\shr",         "dir//file",            "\\\\srv\\shr/dir//file",
     463        "\\\\srv\\shr",         "dir//",                "\\\\srv\\shr" RTPATH_SLASH_STR "dir//",
     464        "\\\\srv\\shr",         "dir//file",            "\\\\srv\\shr" RTPATH_SLASH_STR "dir//file",
    465465        "\\\\srv\\shr",         "//dir//",              "\\\\srv\\shr/dir//",
    466466        "\\\\srv\\shr",         "/\\dir//",             "\\\\srv\\shr\\dir//",
     
    471471        "C:\\",                 "/autoexec.bat",        "C:\\autoexec.bat",
    472472        "C:\\\\",               "autoexec.bat",         "C:\\autoexec.bat",
    473         "E:\\bin\\testcase",    "foo.r0",               "E:\\bin\\testcase/foo.r0",
     473        "E:\\bin\\testcase",    "foo.r0",               "E:\\bin\\testcase" RTPATH_SLASH_STR "foo.r0",
    474474#endif
    475475    };
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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