# HG changeset patch
# User sylvain.thenault@logilab.fr
# Date 1242213771 -7200
#      Wed May 13 13:22:51 2009 +0200
# Node ID ed46d8983b40e06815467b654339909ce71e651f
# Parent  5e4cfec6078efaa210adb850d2465e8a29a3d845
update test

diff --git a/test/test_fresh.py b/test/test_fresh.py
--- a/test/test_fresh.py
+++ b/test/test_fresh.py
@@ -5,7 +5,7 @@
 from cubicweb.devtools.htmlparser import SaxOnlyValidator
 from cubicweb.devtools.testlib import AutomaticWebTest
 
-AutomaticWebTest.validators.update({
+AutomaticWebTest.vid_validators.update({
     'accexpense': SaxOnlyValidator,
     'accentry': SaxOnlyValidator,
     })