remove CRLF files before readding them (in an attempt to not confuse SVN with EOL...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox5TestCase.java
index ae5737b..c2562c7 100644 (file)
@@ -34,7 +34,7 @@ public final class QRCodeBlackBox5TestCase extends AbstractBlackBoxTestCase {
     addTest(18, 18, 0.0f);
     addTest(19, 19, 90.0f);
     addTest(19, 19, 180.0f);
-    addTest(19, 19, 270.0f);
+    addTest(18, 18, 270.0f);
   }
 
 }