r1303@llin: dpavlin | 2007-06-26 19:46:53 +0200
[webpac2] / t / 1-validate.t
index 70a32f9..8b62d47 100755 (executable)
@@ -163,7 +163,7 @@ test_v({
 
 my $expected_error = {
    900 => { not_repeatable => "probably bug in parsing input data" },
-   901 => { missing_subfield => "a required" },
+   901 => { missing_subfield => "a required", "dump" => "baz" },
    902 => {
             "dump"   => "^a1^b1^b2",
             subfield => { extra => { a => 1 }, extra_repeatable => { b => 1 } },