From 20ca6a6072b7f40c6b849b681c7600e94901aa90 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 20 Apr 2007 13:39:04 +0000 Subject: Test constraints are automatically "and"ed together --- tests/registry.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/registry.test b/tests/registry.test index 742a8e5..a2329b2 100644 --- a/tests/registry.test +++ b/tests/registry.test @@ -10,7 +10,7 @@ # Copyright (c) 1997 by Sun Microsystems, Inc. All rights reserved. # Copyright (c) 1998-1999 by Scriptics Corporation. # -# RCS: @(#) $Id: registry.test,v 1.20 2007/03/17 22:31:41 kennykb Exp $ +# RCS: @(#) $Id: registry.test,v 1.21 2007/04/20 13:39:04 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -250,7 +250,7 @@ test registry-4.8 {GetKeyNames: Unicode} {win reg nt} { set result } "baz\u30b7bar blat" test registry-4.9 {GetKeyNames: very long key [Bug 1682211]} {*}{ - -constraints {win && reg} + -constraints {win reg} -setup { registry set HKEY_CLASSES_ROOT\\TclFoobar\\a registry set HKEY_CLASSES_ROOT\\TclFoobar\\b[string repeat x 254] -- cgit v0.12