Skip to content

Commit c9b102b

Browse files
committed
update
1 parent 0471429 commit c9b102b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

QRCoderTests/Base64QRCodeRendererTests.cs

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
#if !NETCOREAPP1_1
2-
using Xunit;
32
using QRCoder;
4-
using Shouldly;
53
using QRCoderTests.Helpers.XUnitExtenstions;
6-
using QRCoderTests.Helpers;
4+
using Shouldly;
75
using System;
8-
96
using System.Drawing;
107
using System.IO;
11-
using System.Security.Policy;
8+
using Xunit;
129

1310
namespace QRCoderTests
1411
{
15-
/****************************************************************************************************
16-
* Note: Test cases compare the outcome visually even if it's slower than a byte-wise compare.
17-
* This is necessary, because the Deflate implementation differs on the different target
18-
* platforms and thus the outcome, even if visually identical, differs. Thus only a visual
19-
* test method makes sense. In addition bytewise differences shouldn't be important, if the
20-
* visual outcome is identical and thus the qr code is identical/scannable.
21-
****************************************************************************************************/
2212
public class Base64QRCodeRendererTests
2313
{
2414
private readonly QRCodeData data;

0 commit comments

Comments
 (0)