Module Name:    src
Committed By:   martin
Date:           Wed Apr 20 20:02:58 UTC 2011

Modified Files:
        src/tests/lib/libprop: t_basic.c

Log Message:
PR fixed, remove expected failure.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libprop/t_basic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libprop/t_basic.c
diff -u src/tests/lib/libprop/t_basic.c:1.3 src/tests/lib/libprop/t_basic.c:1.4
--- src/tests/lib/libprop/t_basic.c:1.3	Wed Apr  6 17:41:27 2011
+++ src/tests/lib/libprop/t_basic.c	Wed Apr 20 20:02:58 2011
@@ -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);
 

Reply via email to