aboutsummaryrefslogtreecommitdiff
path: root/src/test/clojure
AgeCommit message (Collapse)Author
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.
2010-06-23fixes for equiv compatRich Hickey
2010-06-18added needed cast for jmx testRich Hickey
2010-06-17fix for num compatRich Hickey
2010-06-15change from prim coercion to boxed coercion in order to see particular boxed ↵Rich Hickey
type
2010-06-15move tests into range of longRich Hickey
2010-05-21dodge ns collisions with clojure.java.ioStuart Halloway
2010-05-07- refactored input-stream, output-stream, reader, and writer into a Streams ↵Chas Emerick
protocol - added appropriate protocol implementations for byte and character arrays - eliminated PrintWriter returns from writer impls, write-lines, and spit - added copy implementations reading from character arrays Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-06hack for #82, very uglyStuart Halloway
2010-05-05keep deprecated version of seq fns, safe(r) now that we have "last var wins"Stuart Halloway
2010-05-03put includes? back into the seq namespacesStuart Halloway
- seq-contains? is dead in clojure - includes? is deprecated, but no need to gratuitously break people
2010-05-01removed seq-contains? callsRich Hickey
2010-05-01clojure.contrib.pprint (cl-format): Fixes to rounding and width issues in ~f ↵Tom Faulhaber
and ~$. See #47.
2010-04-29Remove gen-class requirement from clojure.contrib.pprint. See #81Tom Faulhaber
2010-04-28update contrib to remove seq fns promoted to clojure.coreStuart Halloway
2010-04-27#78 relaxing test expectations to eliminate spurious errors on IBM JDKStuart Halloway
2010-04-14some tests for c.c.io byte-level supportStuart Halloway
2010-04-13test-load-all tries to load all nondeprecated namespacesStuart Halloway
- fixed bug: misspelling in pom - updated gen-html-docs to track c.c.string name changes
2010-04-12strint per Chas EmerickStuart Halloway
2010-04-12-?>> per Chas EmerickStuart Halloway
2010-04-12fixed corner case in c.c.profile print-summaryStuart Halloway
2010-04-12windows-safe test for relative-path-stringStuart Halloway
2010-04-12added apropos (per Michel Salim, plus re support)Stuart Halloway
2010-03-30simplify jmx/read-supported and improve test outputStuart Halloway
2010-03-19fix PushbackReader bugThe Stuarts
2010-02-23allow custom :jndi-path for JMX URLsStuart Halloway
2010-02-11Add test_properties.clj from old test_java.cljStuart Sierra
2010-02-11Move tests from test_java.clj to test_string.cljStuart Sierra
2010-02-11Move tests from old test_java.clj to test_io.cljStuart Sierra
2010-02-11Remove test_java.cljStuart Sierra
2010-02-11c.c.prxml: Fix bad refers from lazy-xmlStuart Sierra
2010-02-11Add test for c.c.io/file-strStuart Sierra
2010-02-10c.c.json: add pretty printingStuart Sierra
2010-02-01Fix remaining ns name issues in tests.Stuart Sierra
2010-02-01Rename namespace declarations in test sources.Stuart Sierra
2010-02-01Rename test sources to clojure/contrib/test_*.clj naming pattern.Stuart Sierra
2010-02-01Remove redundant test-contrib ns name part.Stuart Sierra
2010-02-01Remove old str-utils lib tests.Stuart Sierra
2010-02-01Rename test namespaces to match new names.Stuart Sierra
2010-02-01Rename uses of str-utils/2/3 to stringStuart Sierra
2010-02-01Change ns names for all renamed libs except str-utilsStuart Sierra
2010-01-31Add c.c.json; replacement for c.c.json.read & c.c.json.writeStuart Sierra
* New library uses protocols. * read-json accepts any String or Reader. * read-json keywordizes keys by default.
2010-01-27str-utils3: substitute type-specific fns for 'replace' multimethodStuart Sierra
'replace' doesn't need runtime dispatch, so multimethods are unnecessary performance overhead. New functions: replace-char, replace-str, replace-re, and replace-by
2010-01-26Add str-utils3 with testsStuart Sierra
* most significant argument last, for ->> * 'contains?' renamed 'substring?' * removed 'partial'
2010-01-20Remove clojure.contrib.test-contribStuart Sierra
"mvn clojure:test" is equivalent
2010-01-20Remove tests for clojure.contrib.walk (obsolete)Stuart Sierra
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra