Re: KERNEL: [2/2] changed test for FindFirstFileEx (Edited)
April 24, 2006
1:59 p.m.
Konstantin Petrov wrote: > (Patch edited) > There were the problem while I advert to dosdevices through WINE. I made the > test (Windows vs Wine), which shows that in Windows there are available > dosfiles (such as NUL, COM1, COM2,.., LPT1, ..), and in Wine aren't. The > characteristic property of these files is that I can advert to them only > directly. In other cases they are invisible. > > patch for test > > changelog > tests/file.c: added test of FindFirstFileA to check correct handling > of > advertments to dosdevices. in you test cases, it would be worthwhile to test: - that the dos devices are only used when the full name is used, and not in other cases (like with trailing ' ', or a trailing dot '.', or even a wild card) - FindNextFileEx should also be checked to ensure the enumeration stops after the first one A+ -- Eric Pouech
7280
Age (days ago)
7280
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Pouech