summaryrefslogtreecommitdiff
path: root/test/scalatest
Commit message (Collapse)AuthorAgeFilesLines
* specifiy /bin/sh, not /bin/bash, since bash is ...Lex Spoon2006-06-071-1/+1
| | | | | specifiy /bin/sh, not /bin/bash, since bash is apparently not needed
* added a test case for scalascript Lex Spoon2006-05-261-10/+32
|
* Seriously cleaned-up the build script.Gilles Dubochet2006-05-111-1/+1
|
* added target 'dist.quick' (no tests and docs) i...michelou2006-05-041-2/+2
| | | | | added target 'dist.quick' (no tests and docs) in file build.xml
* removed unused variable SCALA_SCALA_ARGS in fil...michelou2006-05-041-3/+0
| | | | | removed unused variable SCALA_SCALA_ARGS in file test/scalatest
* added options '-windowtitle' and '-documenttitl...michelou2006-04-121-7/+7
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* updated script 'test/scalatest' to also work wh...michelou2006-04-041-10/+38
| | | | | updated script 'test/scalatest' to also work when packaged with sbaz
* Added --installedLex Spoon2006-04-021-4/+8
|
* Added a --pending option to run the tests in in...mihaylov2006-03-281-2/+3
| | | | | Added a --pending option to run the tests in in test/pending/
* test/scalatest is now a bash script (more restr...michelou2006-02-221-1/+1
| | | | | test/scalatest is now a bash script (more restrictive)
* adapted script 'scalatest' to work in developme...michelou2006-02-221-1/+5
| | | | | | adapted script 'scalatest' to work in development AND end-user environments
* use the quick compiler if there's no distributionmihaylov2006-02-201-3/+2
|
* renamed 'scala*2' to 'scala*' in script file te...michelou2006-02-161-3/+3
| | | | | renamed 'scala*2' to 'scala*' in script file test/scalatest
* adapted script 'scalatest' to work in developme...michelou2006-02-151-5/+10
| | | | | | adapted script 'scalatest' to work in development AND end-user environments
* In test script, JAVA_CMD should be JAVACMD.Gilles Dubochet2006-02-061-1/+1
|
* - corrected classpath on Cygwin in file test/sc...michelou2006-01-271-3/+4
| | | | | | - corrected classpath on Cygwin in file test/scalatest now displays 3rd - line of 'java -version'
* added --quick optionmihaylov2006-01-251-7/+13
|
* (no commit message)Martin Odersky2006-01-201-1/+1
|
* - renamed scalanstest to scalatestmichelou2006-01-171-0/+552
|
* - rolled back to scalanstest for restoring historymichelou2006-01-171-552/+0
|
* - renamed test/scalanstest to test/scalatestmichelou2006-01-161-0/+552
- also prints out version of Java runtime