Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 13, 2024
1 parent 0471429 commit c9b102b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions QRCoderTests/Base64QRCodeRendererTests.cs
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
#if !NETCOREAPP1_1
using Xunit;
using QRCoder;
using Shouldly;
using QRCoderTests.Helpers.XUnitExtenstions;
using QRCoderTests.Helpers;
using Shouldly;
using System;

using System.Drawing;
using System.IO;
using System.Security.Policy;
using Xunit;

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

0 comments on commit c9b102b

Please sign in to comment.