Tidied up QR code operations

This commit is contained in:
n1474335 2018-12-25 21:54:38 +00:00
parent 4ee0800990
commit 9734b78aeb
5 changed files with 683 additions and 140 deletions

View file

@ -1,6 +1,6 @@
/**
/**
* Parse QR Code tests
*
*
* @author j433866 [j433866@gmail.com]
* @copyright Crown Copyright 2018
* @license Apache-2.0
@ -15,7 +15,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "From Hex",
"args": ["Space"]
"args": ["None"]
},
{
"op": "Parse QR Code",
@ -34,7 +34,7 @@ TestRegister.addTests([
},
{
"op": "Parse QR Code",
"args": [true]
"args": [false]
},
],
},
@ -45,7 +45,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "From Hex",
"args": ["Space"]
"args": ["None"]
},
{
"op": "Parse QR Code",
@ -60,7 +60,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "From Hex",
"args": ["Space"]
"args": ["None"]
},
{
"op": "Parse QR Code",