Add tests for LVs parser
authorMichele Tartara <mtartara@google.com>
Wed, 19 Jun 2013 16:39:30 +0000 (16:39 +0000)
committerMichele Tartara <mtartara@google.com>
Mon, 1 Jul 2013 11:34:52 +0000 (11:34 +0000)
commit0cf8edad3a654fb5239cb9c2af2218482a786645
tree0da66222b56df71c2ce961ebed3dec1c2aa9ffd9
parentb5334d804fbfe28923fb0aaf3befd6f820185658
Add tests for LVs parser

Add unit tests and Quickcheck tests for the LV parser.

Also, fix the alphabetic order of some imports in htest.hs.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
Makefile.am
test/data/lvs_lv.txt [new file with mode: 0644]
test/hs/Test/Ganeti/Storage/Lvm/LVParser.hs [new file with mode: 0644]
test/hs/htest.hs