From 201ec25f42af3107088652e6fc78f82ce6ff37e9 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 12 May 2002 07:08:25 +0000 Subject: [PATCH] * exclude _lastmodified registry attrib from tests --- pear/tests/pear_registry.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt index 143b2ee8af..214ecbfe79 100644 --- a/pear/tests/pear_registry.phpt +++ b/pear/tests/pear_registry.phpt @@ -50,6 +50,7 @@ function dumpall(&$reg) print $pkg["name"] . ":"; unset($pkg["name"]); foreach ($pkg as $k => $v) { + if ($k == '_lastmodified') continue; print " $k=\"$v\""; } print "\n"; -- 2.50.1