projects
/
sasc-ng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
546a12a
)
update testing
author
leslie
<unknown>
Thu, 9 Oct 2008 12:49:03 +0000
(20:49 +0800)
committer
leslie
<unknown>
Thu, 9 Oct 2008 12:49:03 +0000
(20:49 +0800)
testing/testECM.c
patch
|
blob
|
history
testing/testTPS.c
patch
|
blob
|
history
diff --git
a/testing/testECM.c
b/testing/testECM.c
index 24334bb6c2839a50dba7a540155b9977e6bed5dd..65cb084c300fb61e4015e53030022cd8722f9613 100644
(file)
--- 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 b38e03c4a7f0dec5bdf84bb02bf1f5ed62cdf889..a7ab45b088f33363ec6fc47ba42b9fc28e382b55 100644
(file)
--- 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();
}