Tidied up changes to filetime operations and brought tests up to date

This commit is contained in:
n1474335 2017-07-03 15:25:14 +00:00
parent e7cea889ab
commit 183c57643b
3 changed files with 16 additions and 8 deletions

View file

@ -16,7 +16,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "Windows Filetime to UNIX Timestamp",
args: ["Nanoseconds (ns)"],
args: ["Nanoseconds (ns)", "Decimal"],
},
],
},
@ -27,7 +27,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "UNIX Timestamp to Windows Filetime",
args: ["Nanoseconds (ns)"],
args: ["Nanoseconds (ns)", "Decimal"],
},
],
},