Fixed tests
This commit is contained in:
parent
e805b1718b
commit
9a880d2fcc
@ -80,7 +80,6 @@ TestRegister.addApiTests([
|
|||||||
option: "utf8",
|
option: "utf8",
|
||||||
},
|
},
|
||||||
ivLength: 16,
|
ivLength: 16,
|
||||||
ivLocation: "Start of input",
|
|
||||||
mode: "OFB",
|
mode: "OFB",
|
||||||
inputType: "Hex",
|
inputType: "Hex",
|
||||||
outputType: "Raw",
|
outputType: "Raw",
|
||||||
@ -108,7 +107,6 @@ TestRegister.addApiTests([
|
|||||||
option: "Hex",
|
option: "Hex",
|
||||||
},
|
},
|
||||||
ivLength: 16,
|
ivLength: 16,
|
||||||
ivLocation: "End of input",
|
|
||||||
mode: "OFB",
|
mode: "OFB",
|
||||||
inputType: "Hex",
|
inputType: "Hex",
|
||||||
outputType: "Raw",
|
outputType: "Raw",
|
||||||
@ -120,7 +118,7 @@ TestRegister.addApiTests([
|
|||||||
option: "Hex",
|
option: "Hex",
|
||||||
string: ""
|
string: ""
|
||||||
},
|
},
|
||||||
ivFromInput: "On"
|
ivFromInput: "From end"
|
||||||
});
|
});
|
||||||
assert.equal(result.toString(), "a slightly longer sampleinput?");
|
assert.equal(result.toString(), "a slightly longer sampleinput?");
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user