nmai / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Enhancement Request: Test suite for dokan driver #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would suggest to create a simple test suite for Dokan. The mirror 
application doesn't actually check or report any problems but it could 
probably be extended to do so.

The suite could start out with a few basic cases, which test file creation 
and deletion. As users report new issues, new cases could be written, which 
detect those issues. That way Dokan will become more stable and reliable 
with each version and it will be possible to provide users eventually with 
a strong tool to validate their driver implementations.

Original issue reported on code.google.com by dres.sch...@gmail.com on 21 Sep 2008 at 8:10

GoogleCodeExporter commented 9 years ago
I've created a .net NUNIT test Case to test my Filesystem. I will clean it up 
and
then post it next week after my vacation. It tests creating, writing ,reading,
deleting, renameing,moving, locking by open handle etc.

Peter  

Original comment by SiegelPe...@gmail.com on 25 Sep 2008 at 1:45

GoogleCodeExporter commented 9 years ago
Now here is my Dokan Nunit Test
Sorry for the delay, i had much work to do, in the last few weeks...

Peter 

Original comment by SiegelPe...@gmail.com on 6 Oct 2008 at 3:34

Attachments: