Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/ipf Update a couple of tests to indicate that they are...



details:   https://anonhg.NetBSD.org/src/rev/3ca8c03d7b3d
branches:  trunk
changeset: 782973:3ca8c03d7b3d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 29 17:22:17 2012 +0000

description:
Update a couple of tests to indicate that they are broken/failing because
of missing input/expected data files

diffstat:

 tests/ipf/t_nat_exec.sh |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 304d872d457f -r 3ca8c03d7b3d tests/ipf/t_nat_exec.sh
--- a/tests/ipf/t_nat_exec.sh   Thu Nov 29 17:11:19 2012 +0000
+++ b/tests/ipf/t_nat_exec.sh   Thu Nov 29 17:22:17 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_exec.sh,v 1.10 2012/11/29 04:57:42 pgoyette Exp $
+# $NetBSD: t_nat_exec.sh,v 1.11 2012/11/29 17:22:17 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -85,6 +85,7 @@
 test_case n200 nattest hex hex -T update_ipid=0
 test_case n1_6 nattest text text -6
 test_case n2_6 nattest text text -6
+failing_test_case n3_6 nattest "Test input file missing" text text -6
 test_case n4_6 nattest text text -6
 test_case n5_6 nattest text text -6
 test_case n6_6 nattest text text -6
@@ -94,7 +95,7 @@
 test_case n11_6 nattest text text -6
 test_case n12_6 nattest hex hex -6
 test_case n15_6 nattest text text -6
-broken_test_case n17_6 nattest hex hex -6
+failing_test_case n17_6 nattest "Test input file missing" hex hex -6
 
 atf_init_test_cases()
 {
@@ -125,7 +126,7 @@
 
        atf_add_test_case n1_6
        atf_add_test_case n2_6
-#      atf_add_test_case n3_6
+       atf_add_test_case n3_6
        atf_add_test_case n4_6
        atf_add_test_case n5_6
        atf_add_test_case n6_6



Home | Main Index | Thread Index | Old Index