Skip to content

Commit

Permalink
Merge branch 'caev/dvse'
Browse files Browse the repository at this point in the history
* caev/dvse:
  test, provide regression case for DVSE
  • Loading branch information
hroptatyr committed Feb 18, 2015
2 parents 3452c6a + 12cf71d commit 725509c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,16 @@ TESTS += cattle_apply_30.clit
TESTS += cattle_apply_31.clit
TESTS += cattle_apply_32.clit
TESTS += cattle_apply_33.clit
TESTS += cattle_apply_34.clit
EXTRA_DIST += cattle_17.echs
EXTRA_DIST += cattle_23.echs
EXTRA_DIST += cattle_24.echs
EXTRA_DIST += cattle_25.echs
EXTRA_DIST += cattle_27.echs
EXTRA_DIST += cattle_28.echs
EXTRA_DIST += cattle_28.tser
EXTRA_DIST += cattle_29.echs
EXTRA_DIST += cattle_29.tser

TESTS += cattle_apply_reverse_23.clit
TESTS += cattle_apply_reverse_24.clit
Expand Down
2 changes: 2 additions & 0 deletions test/cattle_29.echs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2013-10-05 caev=DVSE .adex="1:9"
2013-10-06 caev=DVCA .nett/EUR="0.80"
7 changes: 7 additions & 0 deletions test/cattle_29.tser
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2013-10-01 12.00 9
2013-10-02 12.00 9
2013-10-03 12.00 9
2013-10-04 12.00 9
2013-10-05 10.80 10
2013-10-06 10.00 10
2013-10-07 10.00 10
13 changes: 13 additions & 0 deletions test/cattle_apply_34.clit
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/clitoris ## -*- shell-script -*-

$ cattle apply "${srcdir}/cattle_29.tser" "${srcdir}/cattle_29.echs"
2013-10-01 10.00 10
2013-10-02 10.00 10
2013-10-03 10.00 10
2013-10-04 10.00 10
2013-10-05 10.00 10
2013-10-06 10.00 10
2013-10-07 10.00 10
$

## cattle_apply_34.clit ends here

0 comments on commit 725509c

Please sign in to comment.