rewrote vector tests
commitc39c8b706139ca932d8cae1f75f92fc862136feb
authorJérôme Quelin <jquelin@gmail.com>
Thu, 17 Jan 2008 18:37:53 +0000 (17 19:37 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Thu, 17 Jan 2008 18:38:31 +0000 (17 19:38 +0100)
tree26e674c870aaa5d72ed51dfce9e989f36ffede76
parentb86ffa8b788d1539383878e36303f6f4f4356d4c
rewrote vector tests

- more complete
  - missing tests added for substraction
  - testing some more isa_ok
  - some border cases added
  - etc.
- simpler (using more stringification)
- tests start aclean (new vecs) before each tests, in order to be able
  to move them within file easily
- test::exception skips are spread out near the feature they test,
  instead of grouped at the end of the file
- exact test count, even without test::exception
t/1-vector.t