Add parser test for LeafInput with non-numeric Obs value
This commit is contained in:
@@ -179,6 +179,14 @@ namespace LeafWeb.Core.Tests.Parsers
|
||||
var input = parser.Parse();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Parse_JN1()
|
||||
{
|
||||
var fileInfo = FileUtility.GetContentFile(ContentDirectory, "LeafInput-JN_1.csv");
|
||||
var parser = new LeafInputCsvParser(fileInfo);
|
||||
var input = parser.Parse();
|
||||
}
|
||||
|
||||
[Explicit]
|
||||
public void Parse_FindIssues()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user