diff libtests/0030/prog1.c @ 379:7e6c99481b8b

Fix two more tests * testoneradiusresult() was comparing the wrong fields; * there was a stray power flag in libtests/0030 (I am a little bit suspicious of the reuse of the "myadbquery" variable within a single test; I don't see anything that clears out old values from the struct, so subsequent calls will retain them. It might be that those old values are harmless, but I think this calls for a bit of test file reworking...)
author mas01cr
date Sun, 16 Nov 2008 21:18:40 +0000
parents 94c18f128ce8
children e072aa1611f5 342822c2d49a
line wrap: on
line diff
--- a/libtests/0030/prog1.c	Sun Nov 16 21:18:34 2008 +0000
+++ b/libtests/0030/prog1.c	Sun Nov 16 21:18:40 2008 +0000
@@ -148,7 +148,7 @@
 //cmp testoutput test-expected-output
     myadbquery.querytype="sequence";
     myadbquery.feature="testquery";
-    myadbquery.power="testquerypower";
+    //myadbquery.power="testquerypower";
     myadbquery.sequencelength="2";
     myadbquery.qpoint="0";
     //myadbquery.absolute_threshold=0.0;