Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2005-08-16 18:30:20 +0400
committerMartin Baulig <martin@novell.com>2005-08-16 18:30:20 +0400
commit949bea4681cb536d0e5af23bc29f17097970716a (patch)
tree500b7d158e6df140d6a4f2e6fbf03a10f3d4cd03 /mcs/class/System.Data/Test/System.Data.Test.Utils
parent498cc600cbd67ef0602f9fe8dcb52175963ee453 (diff)
2005-08-16 Martin Baulig <martin@ximian.com>
* System.Data.Test.Utils/DataProvider.cs: Renamed namespace `MonoTests.System.Data.Test.Utils' -> `MonoTests.System.Data.Utils' to make it compile. svn path=/trunk/mcs/; revision=48431
Diffstat (limited to 'mcs/class/System.Data/Test/System.Data.Test.Utils')
-rw-r--r--mcs/class/System.Data/Test/System.Data.Test.Utils/DataProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Test/System.Data.Test.Utils/DataProvider.cs b/mcs/class/System.Data/Test/System.Data.Test.Utils/DataProvider.cs
index ee513b3dc88..f37a3e7ead0 100644
--- a/mcs/class/System.Data/Test/System.Data.Test.Utils/DataProvider.cs
+++ b/mcs/class/System.Data/Test/System.Data.Test.Utils/DataProvider.cs
@@ -33,7 +33,7 @@ using System.IO;
using System.Collections;
// Provide All Data required by the diffderent tests e.g.DataTable, DataRow ...
-namespace MonoTests.System.Data.Test.Utils
+namespace MonoTests.System.Data.Utils
{
public class DataProvider
{