[Mono-bugs] [Bug 82212][Nor] Changed - Directory.GetFiles with *.* pattern does not return files without extension

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 28 03:28:11 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gert.driesen at pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=82212

--- shadow/82212	2007-07-28 03:06:06.000000000 -0400
+++ shadow/82212.tmp.30497	2007-07-28 03:28:11.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: dick at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -55,6 +55,13 @@
 A: <some path>/tempFile
 B: <some path>/tempFile
 
 Actual result:
 
 Nothing is output.
+
+------- Additional Comments From gert.driesen at pandora.be  2007-07-28 03:28 -------
+Also patterns like tempFile.* should match both "tempFile.txt" 
+as "tempFile".
+
+I've added a GetFiles_Pattern unit test for this to DirectoryTest.cs 
+(and marked it NotWorking).


More information about the mono-bugs mailing list