diff options
Diffstat (limited to 'test/dates.test')
| -rwxr-xr-x | test/dates.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/dates.test b/test/dates.test new file mode 100755 index 0000000..9d75471 --- /dev/null +++ b/test/dates.test | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | ## -*- sh -*- | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | DATASRC=$top_srcdir/test/data | ||
| 6 | TESTFILE=7.plist | ||
| 7 | DATAIN0=$DATASRC/$TESTFILE | ||
| 8 | DATAOUT0=$top_builddir/test/data/$TESTFILE.bplist | ||
| 9 | DATAOUT1=$top_builddir/test/data/$TESTFILE.xplist | ||
| 10 | |||
| 11 | $top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0 | ||
| 12 | $top_builddir/tools/plistutil -i $DATAOUT0 -o $DATAOUT1 | ||
| 13 | |||
| 14 | $top_builddir/test/plist_cmp $DATAOUT0 $DATAIN0 | ||
| 15 | $top_builddir/test/plist_cmp $DATAOUT1 $DATAIN0 | ||
