From 53a7375627cd7f8ef6606c74b79dd2e2637f5455 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 10 Oct 2010 21:34:23 -0700 Subject: [PATCH] VALUE LABELS: Convert tests to Autotest framework. --- tests/automake.mk | 3 +- tests/bugs/val-labs-trailing-slash.sh | 83 ----------------------- tests/bugs/val-labs.sh | 83 ----------------------- tests/language/dictionary/value-labels.at | 47 +++++++++++++ 4 files changed, 48 insertions(+), 168 deletions(-) delete mode 100755 tests/bugs/val-labs-trailing-slash.sh delete mode 100755 tests/bugs/val-labs.sh create mode 100644 tests/language/dictionary/value-labels.at diff --git a/tests/automake.mk b/tests/automake.mk index 92dc5cdc..5aaae812 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -27,8 +27,6 @@ dist_TESTS = \ tests/formats/wkday-in.sh \ tests/formats/wkday-out.sh \ tests/formats/360.sh \ - tests/bugs/val-labs.sh \ - tests/bugs/val-labs-trailing-slash.sh \ tests/bugs/keep-all.sh \ tests/data/datasheet-test.sh \ tests/libpspp/sparse-xarray-test.sh \ @@ -317,6 +315,7 @@ TESTSUITE_AT = \ tests/language/dictionary/rename-variables.at \ tests/language/dictionary/split-file.at \ tests/language/dictionary/sys-file-info.at \ + tests/language/dictionary/value-labels.at \ tests/language/dictionary/variable-display.at \ tests/language/dictionary/vector.at \ tests/language/dictionary/weight.at \ diff --git a/tests/bugs/val-labs-trailing-slash.sh b/tests/bugs/val-labs-trailing-slash.sh deleted file mode 100755 index 72dd6300..00000000 --- a/tests/bugs/val-labs-trailing-slash.sh +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh - -# This program tests for a bug in the VALUE LABELS command -# which caused a crash if it had a trailing / - -TEMPDIR=/tmp/pspp-tst-$$ -TESTFILE=$TEMPDIR/`basename $0`.sps - -# ensure that top_builddir are absolute -if [ -z "$top_builddir" ] ; then top_builddir=. ; fi -if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi -top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT - -# ensure that top_srcdir is absolute -top_srcdir=`cd $top_srcdir; pwd` - -STAT_CONFIG_PATH=$top_srcdir/config -export STAT_CONFIG_PATH - - -cleanup() -{ - if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then - echo "NOT cleaning $TEMPDIR" - return ; - fi - cd / - rm -rf $TEMPDIR -} - - -fail() -{ - echo $activity - echo FAILED - cleanup; - exit 1; -} - - -no_result() -{ - echo $activity - echo NO RESULT; - cleanup; - exit 2; -} - -pass() -{ - cleanup; - exit 0; -} - -mkdir -p $TEMPDIR - -cd $TEMPDIR - -activity="create program" -cat > $TESTFILE < $TESTFILE <