Es können jetzt von xml 2006 importiert werden
This commit is contained in:
24
SchnittstelleImporterTests/ImportTests.cs
Normal file
24
SchnittstelleImporterTests/ImportTests.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
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 ImportTests
|
||||
{
|
||||
[TestMethod()]
|
||||
public void GetInspektionsobjekteTest()
|
||||
{
|
||||
Import import = new Import();
|
||||
import.XMLFile = @"C:\Users\Damian\Desktop\XML\3_Zustandsdaten\ISYBAU_XML-2006-Zustandsdaten_DIN_EN_13508-2.xml";
|
||||
import.GetInspektionsobjekte();
|
||||
|
||||
Assert.Fail();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user