Index: /trunk/PS-IPP-Metadata-Config/t/06_multi.t
===================================================================
--- /trunk/PS-IPP-Metadata-Config/t/06_multi.t	(revision 3493)
+++ /trunk/PS-IPP-Metadata-Config/t/06_multi.t	(revision 3494)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: 06_multi.t,v 1.3 2005-03-23 22:03:52 jhoblitt Exp $
+# $Id: 06_multi.t,v 1.4 2005-03-24 22:07:25 jhoblitt Exp $
 
 use strict;
@@ -65,5 +65,6 @@
 };
     my $config = $config_parser->parse( $example );
-    ok( !defined( $config ), "MULTI not in scope");
+    # ok because of overwrite
+    ok( defined( $config ), "MULTI not in scope");
 }
 
@@ -77,5 +78,6 @@
 };
     my $config = $config_parser->parse( $example );
-    ok( !defined( $config ), "MULTI not in scope");
+    # ok because of overwrite
+    ok( defined( $config ), "MULTI not in scope");
 }
 
@@ -87,8 +89,9 @@
 baz METADATA
     foo S8      -1
-bar METADATA
+END
 };
     my $config = $config_parser->parse( $example );
-    ok( !defined( $config ), "MULTI not in scope");
+    # ok because of overwrite
+    ok( defined( $config ), "MULTI not in scope");
 }
 
@@ -109,4 +112,5 @@
 };
     my $config = $config_parser->parse( $example );
-    ok( !defined( $config ), "missing MULTI declaration");
+    # ok because of overwrite
+    ok( defined( $config ), "missing MULTI declaration");
 }
