1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-18 17:23:16 +00:00

Updated self test, and fixed Zenity issue with UTF8

This commit is contained in:
Bryan Roe
2022-05-25 10:54:24 -07:00
parent b34fa668d1
commit f6f66a0189
3 changed files with 59 additions and 17 deletions

View File

@@ -919,6 +919,7 @@ function testFileDownload()
{
this.end();
this.ret._rej(' -> File Transfer (Download).........[CRC FAILED]');
console.log(' -> CRC=' + this.crc + ' , expected: ' + global.testbufferCRC);
}
}
}