From: leslie Date: Thu, 9 Oct 2008 12:49:03 +0000 (+0800) Subject: update testing X-Git-Tag: 0.9.1~15 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=79f23e4d37a48098f564a18a5c22b6bbdf34ca05;p=sasc-ng.git update testing --- diff --git a/testing/testECM.c b/testing/testECM.c index 24334bb..65cb084 100644 --- a/testing/testECM.c +++ b/testing/testECM.c @@ -22,6 +22,7 @@ int main(int argc, char *argv[]) LogAll(); cLogging::SetModuleOption(LCLASS(7,0x20<<2),false); // Nagra L_SYS_DISASM cLogging::SetModuleOption(LCLASS(7,0x20<<4),false); // Nagra L_SYS_CPUSTATS + cLogging::SetModuleOption(LCLASS(16,0x20<<5),false); // Viacsess L_SYS_DISASM unsigned char ecm[4096]; ReadRaw(argv[6],ecm,sizeof(ecm)); diff --git a/testing/testTPS.c b/testing/testTPS.c index b38e03c..a7ab45b 100644 --- a/testing/testTPS.c +++ b/testing/testTPS.c @@ -67,6 +67,7 @@ void cTpsAuHook::DummyProcess(unsigned char *data, int size) else { tpskeys.LoadBin(); } + tpskeys.Purge(time(0)); tpskeys.Save(); }