Skip to content

Commit

Permalink
copy generator options for correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
stilettk committed Aug 27, 2021
1 parent 44280f5 commit c4f2f54
Showing 1 changed file with 3 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 @@ -59,6 +59,9 @@ private static IEnumerable<string> ConvertXml(string name, IEnumerable<string> x
NetCoreSpecificCode = generatorPrototype.NetCoreSpecificCode,
GenerateCommandLineArgumentsComment = generatorPrototype.GenerateCommandLineArgumentsComment,
CommandLineArgumentsProvider = generatorPrototype.CommandLineArgumentsProvider,
CollectionType = generatorPrototype.CollectionType,
CollectionImplementationType = generatorPrototype.CollectionImplementationType,
CollectionSettersMode = generatorPrototype.CollectionSettersMode,
};

gen.CommentLanguages.Clear();
Expand Down

0 comments on commit c4f2f54

Please sign in to comment.