summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2009-12-23Added test-empty-sorted to test_clojure/sequences.clj Refs #128Sean
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-23Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128Sean
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-03Remove deprecated ^ reader macro from tests; fixes #215Stuart Sierra
Signed-off-by: Chouser <chouser@n01se.net>
2009-11-25fixed sorted-set-by with no items, and added test coverageTimothy Pratley
Signed-off-by: Timothy Pratley <timothypratley@gmail.com> Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-11-24Fixed broken test-embedded-constants. Fixes #164tpratley
Signed-off-by: Chouser <chouser@n01se.net>
2009-11-24#209 Unifying array support for primativesTimothy Pratley
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-11-24#209 Unifying array support for primativesunknown
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-10-28Add test for metadata-carrying deftest. Refs #201Phil Hagelberg
Signed-off-by: Chouser <chouser@n01se.net>
2009-10-28Don't repeatedly compose on calls to use-fixtures. Fixes #194.Phil Hagelberg
Updated tests and added a docstring to use-fixtures. Signed-off-by: Chouser <chouser@n01se.net>
2009-10-01shorter, stronger embedded-constants tests. fixes #164tpratley
Signed-off-by: Chouser <chouser@n01se.net>
2009-09-28added tests, fixes #164tpratley
Signed-off-by: Chouser <chouser@n01se.net>
2009-09-28fix #167, tests for sequences, control, and numbersMike Hinchey
Signed-off-by: Chouser <chouser@n01se.net>
2009-09-07fixed NPE when creating an empty array of ints, longs, floats or doubles, ↵Frantisek Sodomka
fixes #146 Signed-off-by: Chouser <chouser@n01se.net>
2009-08-24Add support for chunked seqs to 'for'. Refs #1Chouser
2009-08-19fix #168, ant targets should fail on error, also test print report correctlyMike Hinchey
Signed-off-by: Chouser <chouser@n01se.net>
2009-08-19updated remaining tests, closes #158Frantisek Sodomka
Signed-off-by: Chouser <chouser@n01se.net>
2009-08-03Merge branch 'chunks' into merge-chunksRich Hickey
2009-07-26fixed keyword ctor, added tests, fix #154Steve Gilardi
Signed-off-by: Chouser <chouser@n01se.net>
2009-07-25fixed test-clojure, refs #144Frantisek Sodomka
Signed-off-by: Chouser <chouser@n01se.net>
2009-07-18changed to test only for IndexOutOfBoundsException, not ↵Rich Hickey
ArrayIndexOutOfBoundsException
2009-07-14updated tests for range given fractionsRich Hickey
2009-07-09move with-precision tests to that section of vars.clj Fixes #137Stephen C. Gilardi
Signed-off-by: Chouser <chouser@n01se.net>
2009-07-09Refs #137: make *math-context* settable, with test + tests of with-precisionStephen C. Gilardi
Signed-off-by: Chouser <chouser@n01se.net>
2009-06-25Test reading of numbers like "1." and "1.e3". Fixes #117Steve Gilardi
Signed-off-by: Chouser <chouser@n01se.net>
2009-06-25made copyright notices uniformRich Hickey
2009-06-24gtic: brought clojure.test's self-tests over from contribStuart Halloway
2009-06-24gtic package renamings:Stuart Halloway
- clojure.contrib to clojure - clojure.test-is to test
2009-06-24gtic: tests now passing (broke dep on java-utils)Stuart Halloway
2009-06-24gtic: break dependency on combinatorics via all-areStuart Halloway
2009-06-24gtic work-in-progress:Stuart Halloway
test libraries moved over tests moved over build broken (next commits will break dependencies)