Die Materialien werden jetzt angezeigt, todo noch nicht alle sind implementiert

This commit is contained in:
Husky
2018-07-21 20:59:23 +02:00
parent 0cde5f9396
commit c88aa8e9bb
11 changed files with 13128 additions and 4 deletions

View 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();
}
}
}