mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
[KMTESTS:NPFS]
Add tests for volume information query. Could be completed for size, device, full size and attributes query. This is used to validate changes made in r62663. Tested by Thomas. CORE-7451 svn path=/trunk/; revision=62717
This commit is contained in:
parent
417fb8210e
commit
77ef29ad79
3 changed files with 99 additions and 0 deletions
|
@ -41,6 +41,7 @@ KMT_TESTFUNC Test_MmSection;
|
|||
KMT_TESTFUNC Test_NpfsConnect;
|
||||
KMT_TESTFUNC Test_NpfsCreate;
|
||||
KMT_TESTFUNC Test_NpfsReadWrite;
|
||||
KMT_TESTFUNC Test_NpfsVolumeInfo;
|
||||
KMT_TESTFUNC Test_ObReference;
|
||||
KMT_TESTFUNC Test_ObType;
|
||||
KMT_TESTFUNC Test_ObTypeClean;
|
||||
|
@ -95,6 +96,7 @@ const KMT_TEST TestList[] =
|
|||
{ "NpfsConnect", Test_NpfsConnect },
|
||||
{ "NpfsCreate", Test_NpfsCreate },
|
||||
{ "NpfsReadWrite", Test_NpfsReadWrite },
|
||||
{ "NpfsVolumeInfo", Test_NpfsVolumeInfo },
|
||||
{ "ObReference", Test_ObReference },
|
||||
{ "ObType", Test_ObType },
|
||||
{ "-ObTypeClean", Test_ObTypeClean },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue