https://git.reactos.org/?p=reactos.git;a=commitdiff;h=180d7169e69e82582c448f...
commit 180d7169e69e82582c448fcbb8fc9baa36bdee88 Author: Pierre Schweitzer pierre@reactos.org AuthorDate: Sun Mar 31 11:09:43 2019 +0200 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Sun Mar 31 11:44:00 2019 +0200
[KMTESTS:FSRTL] Add more tests for FsRtlIsNameInExpression
CORE-15902 --- modules/rostests/kmtests/ntos_fsrtl/FsRtlExpression.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/modules/rostests/kmtests/ntos_fsrtl/FsRtlExpression.c b/modules/rostests/kmtests/ntos_fsrtl/FsRtlExpression.c index 1df0449623..dca317b9ed 100644 --- a/modules/rostests/kmtests/ntos_fsrtl/FsRtlExpression.c +++ b/modules/rostests/kmtests/ntos_fsrtl/FsRtlExpression.c @@ -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()