[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    tests/khtmltests/regression/tests/js
From:       Maks Orlovich <maksim () kde ! org>
Date:       2008-05-18 21:28:03
Message-ID: 1211146083.622299.30818.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 809416 by orlovich:

Wire this up for testregression properly.
Hmm, seems like a couple of tests are wrong, but we fail some relation() ones..


 M  +2 -2      exception-sequencing.js  


--- trunk/tests/khtmltests/regression/tests/js/exception-sequencing.js #809415:809416
@@ -20,8 +20,8 @@
 else
     log = print;
     
-fail = function(msg) {log("FAIL: " + msg) };
-pass = function(msg) { passCount++; log("PASS: " + msg); };
+fail = testFailed;
+pass = function(msg) { ++passCount; testPassed(msg); }
 
 var unaryOps = ['~', '+', '-'];
 var binaryOps = ['-', '+', '*', '/', '%', '|', '&', '^', '<', '<=', '>=', '>', '==', '!=', '<<', '>>'];
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic