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:
Diffstat (limited to 'mcs/class/System.Data.Services/Test/DataServiceTests.cs')
-rw-r--r--mcs/class/System.Data.Services/Test/DataServiceTests.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/mcs/class/System.Data.Services/Test/DataServiceTests.cs b/mcs/class/System.Data.Services/Test/DataServiceTests.cs
index 58b67859593..2bcc6a9dd75 100644
--- a/mcs/class/System.Data.Services/Test/DataServiceTests.cs
+++ b/mcs/class/System.Data.Services/Test/DataServiceTests.cs
@@ -26,9 +26,11 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
+using System;
+using System.Data.Services;
using NUnit.Framework;
-namespace System.Data.Services.Tests {
+namespace MonoTests.System.Data.Services {
[TestFixture]
public class DataServiceTests {
[Test]
@@ -79,4 +81,4 @@ namespace System.Data.Services.Tests {
this.OnStartProcessingRequest (args);
}
}
-} \ No newline at end of file
+}