Skip to content

Commit

Permalink
Add is24immotransfer.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Dec 30, 2015
1 parent a663325 commit 8601b8c
Show file tree
Hide file tree
Showing 2 changed files with 3,713 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XmlSchemaClassGenerator.Tests/XmlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private Assembly Compile(string name, string pattern, Generator generatorPrototy
}

const string IS24Pattern = @"xsd\is24\*\*.xsd";
const string IS24ImmoTransferPattern = @"xsd\is24immotransfer\is24immotransfer.xsd";
const string WadlPattern = @"xsd\wadl\wadl.xsd";
const string ClientPattern = @"xsd\client\client.xsd";

Expand All @@ -105,6 +106,8 @@ public void CanDeserializeSampleXml()
NamespaceProvider = new Dictionary<NamespaceKey, string> { { new NamespaceKey("http://wadl.dev.java.net/2009/02"), "Wadl" } }.ToNamespaceProvider(new GeneratorConfiguration { NamespacePrefix = "Wadl" }.NamespaceProvider.GenerateNamespace)
});
TestSamples("Wadl", WadlPattern);
Compile("IS24ImmoTransfer", IS24ImmoTransferPattern);
TestSamples("IS24ImmoTransfer", IS24ImmoTransferPattern);
}

private void TestSamples(string name, string pattern)
Expand Down
Loading

0 comments on commit 8601b8c

Please sign in to comment.