We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c1b58 commit bb0a2b7Copy full SHA for bb0a2b7
DBCD.Tests/ReadingTest.cs
@@ -11,6 +11,8 @@ public class ReadingTest
11
static GithubDBDProvider githubDBDProvider = new(true);
12
static readonly WagoDBCProvider wagoDBCProvider = new();
13
14
+ // Disabled as 7.1.0 definitions are not yet generally available
15
+ /*
16
[TestMethod]
17
public void TestWDB5ReadingNoIndexData()
18
{
@@ -19,7 +21,7 @@ public void TestWDB5ReadingNoIndexData()
19
21
var row = storage[1];
20
22
Assert.AreEqual("Statistics", row["Name_lang"]);
23
}
-
24
+ */
25
26
public void TestWDB5Reading()
27
0 commit comments