Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libprop PR fixed, remove expected failure.
details: https://anonhg.NetBSD.org/src/rev/e20bbd04dd5d
branches: trunk
changeset: 764415:e20bbd04dd5d
user: martin <martin%NetBSD.org@localhost>
date: Wed Apr 20 20:02:58 2011 +0000
description:
PR fixed, remove expected failure.
diffstat:
tests/lib/libprop/t_basic.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 995cb9e042de -r e20bbd04dd5d tests/lib/libprop/t_basic.c
--- a/tests/lib/libprop/t_basic.c Wed Apr 20 20:00:07 2011 +0000
+++ b/tests/lib/libprop/t_basic.c Wed Apr 20 20:02:58 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_basic.c,v 1.3 2011/04/06 17:41:27 jruoho Exp $ */
+/* $NetBSD: t_basic.c,v 1.4 2011/04/20 20:02:58 martin Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_basic.c,v 1.3 2011/04/06 17:41:27 jruoho Exp $");
+__RCSID("$NetBSD: t_basic.c,v 1.4 2011/04/20 20:02:58 martin Exp $");
#include <stdlib.h>
#include <string.h>
@@ -171,7 +171,12 @@
{
prop_dictionary_t c, d;
+ /*
+ * Fixed, should not fail any more...
+ *
atf_tc_expect_death("PR lib/43964");
+ *
+ */
d = prop_dictionary_internalize(compare1);
Home |
Main Index |
Thread Index |
Old Index