You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@@ -2,6 +2,8 @@ using System;
|
||||
using System.Data;
|
||||
using NUnit.Framework;
|
||||
|
||||
using MonoTests.Helpers;
|
||||
|
||||
namespace Monotests_Mono.Data.SqlExpressions
|
||||
{
|
||||
[TestFixture]
|
||||
@@ -13,7 +15,7 @@ namespace Monotests_Mono.Data.SqlExpressions
|
||||
public void SetUp()
|
||||
{
|
||||
dataSet = new DataSet();
|
||||
dataSet.ReadXml("Test/Mono.Data.SqlExpressions/dateComparisonTest.xml", XmlReadMode.InferSchema);
|
||||
dataSet.ReadXml(TestResourceHelper.GetFullPathOfResource ("Test/Mono.Data.SqlExpressions/dateComparisonTest.xml"), XmlReadMode.InferSchema);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user