Die Materialien werden jetzt angezeigt, todo noch nicht alle sind implementiert
This commit is contained in:
20
SchnittstelleImporterTests/I2006XMLTests.cs
Normal file
20
SchnittstelleImporterTests/I2006XMLTests.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using SchnittstelleImporter;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SchnittstelleImporter.Tests
|
||||
{
|
||||
[TestClass()]
|
||||
public class I2006XMLTests
|
||||
{
|
||||
[TestMethod()]
|
||||
public void LoadRefListeTest()
|
||||
{
|
||||
I2006XML.LoadRefListe();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,9 +14,7 @@ namespace SchnittstelleImporter.Tests
|
||||
[TestMethod()]
|
||||
public void GetInspektionsobjekteTest()
|
||||
{
|
||||
XML2006 import = new XML2006();
|
||||
import.XMLFile = @"C:\Users\Damian\Desktop\XML\3_Zustandsdaten\ISYBAU_XML-2006-Zustandsdaten_DIN_EN_13508-2.xml";
|
||||
import.GetInspektionsobjekte();
|
||||
|
||||
|
||||
Assert.Fail();
|
||||
}
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
<Otherwise />
|
||||
</Choose>
|
||||
<ItemGroup>
|
||||
<Compile Include="I2006XMLTests.cs" />
|
||||
<Compile Include="ImportTests.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="XML2006\XMLParserTests.cs" />
|
||||
|
||||
Reference in New Issue
Block a user