File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
#if ! NETCOREAPP1_1
2
- using Xunit ;
3
2
using QRCoder ;
4
- using Shouldly ;
5
3
using QRCoderTests . Helpers . XUnitExtenstions ;
6
- using QRCoderTests . Helpers ;
4
+ using Shouldly ;
7
5
using System ;
8
-
9
6
using System . Drawing ;
10
7
using System . IO ;
11
- using System . Security . Policy ;
8
+ using Xunit ;
12
9
13
10
namespace QRCoderTests
14
11
{
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
- ****************************************************************************************************/
22
12
public class Base64QRCodeRendererTests
23
13
{
24
14
private readonly QRCodeData data ;
You can’t perform that action at this time.
0 commit comments