[KMTESTS:FSRTL] Add more tests for FsRtlIsNameInExpression

CORE-15902
This commit is contained in:
Pierre Schweitzer 2019-03-31 11:09:43 +02:00
parent ca86ee9c03
commit 180d7169e6
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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()