mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:45:40 +00:00
[KMTESTS:FSRTL] Add more tests for FsRtlIsNameInExpression
CORE-15902
This commit is contained in:
parent
ca86ee9c03
commit
180d7169e6
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ struct
|
|||
{ L"*_MICROSOFT.WINDOWS.COMMON-CONTROLS_6595B64144CCF1DF_6.0.*.*_*_*.MANIFEST",
|
||||
L"X86_MICROSOFT.VC90.ATL_1FC8B3B9A1E18E3B_9.0.30729.6161_X-WW_92453BB7.CAT",
|
||||
FALSE, FALSE, FALSE },
|
||||
{ L"FI<<<<<<<<", L"FILE", FALSE, FALSE, TRUE },
|
||||
{ L"<<<<<<<<<.<", L".", FALSE, FALSE, TRUE },
|
||||
{ L"F<", L"FILE.TXT", FALSE, FALSE, FALSE },
|
||||
};
|
||||
|
||||
static VOID FsRtlIsNameInExpressionTest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue