leiningen/test
Matjaz Gregoric 2fe29e52a9 Work around a RuntimeMXBean bug.
RuntimeMXBean.getInputArguments is buggy when an input argument contains spaces.
For an input argument of "-Dmyprop=hello world" it returns two arguments, split at the
space: "-Dmyprop=hello" and "world".

This causes eval-in-project to fail in spectacular ways when leiningen.original.pwd
contains spaces or when path to the clojure jar that gets passed to -Xbootclasspath
contains spaces (which it does by default on Windows XP).
2010-11-18 11:09:44 +01:00
..
test_compile.clj Work around a RuntimeMXBean bug. 2010-11-18 11:09:44 +01:00
test_core.clj Better unquote testing. 2010-11-11 21:37:09 -08:00
test_deps.clj Allow :dev-dependencies without :dependencies. 2010-10-31 13:41:28 -04:00
test_help.clj Test fixes. 2010-11-09 13:08:51 -08:00
test_install.clj Don't shell out in tests; that's terrible. 2010-09-21 20:17:02 -07:00
test_jar.clj Deprecate unused eval-in-project arguments. 2010-11-03 21:18:37 -07:00
test_new.clj Don't shell out in tests; that's terrible. 2010-09-21 20:17:02 -07:00
test_plugin.clj Test fixes. 2010-11-09 13:08:51 -08:00
test_pom.clj Separate private/internal functions from public API. 2010-09-08 21:05:03 -07:00
test_run.clj Add run task plus rudimentary tests. 2010-10-28 21:12:24 -07:00
test_test.clj Test selectors may be customized in project.clj. 2010-09-24 21:32:12 -07:00