Skip to content

Commit

Permalink
Remove line breaks in test data
Browse files Browse the repository at this point in the history
- Fails on build server, never make tests rely on source file line endings
  • Loading branch information
AndersAbel committed Sep 25, 2018
1 parent c540957 commit 9828b8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/Tests.Shared/Metadata/MetadataSerializerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2578,9 +2578,7 @@ public static void AddReadCipherReferenceTestData()
<Transforms>
<ds:Transform
Algorithm='http://www.w3.org/TR/1999/REC-xpath-19991116'>
<ds:XPath xmlns:rep='http://www.example.org/repository'>
self::text()[parent::rep:CipherValue[@Id='example1']]
</ds:XPath>
<ds:XPath xmlns:rep='http://www.example.org/repository'>self::text()[parent::rep:CipherValue[@Id='example1']]</ds:XPath>
</ds:Transform>
<ds:Transform Algorithm='http://www.w3.org/2000/09/xmldsig#base64'/>
</Transforms>
Expand Down

0 comments on commit 9828b8b

Please sign in to comment.