Getting scripted testing working with using-xsbt:

* uses new scripted test framework in xsbt
 * adds ability to provide commands over loopback interface with <port command
 * only some tests have been updated
This commit is contained in:
Mark Harrah
2009-12-04 21:26:31 -05:00
parent dfaa2f370c
commit 5c29bfc2c2
24 changed files with 317 additions and 504 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#Sat Aug 01 10:32:20 EDT 2009
project.organization=org.scala-tools.sbt
project.name=test
sbt.version=0.5.4
project.version=0.5.4
sbt.version=0.5.6
project.version=0.6.5-p1
scala.version=2.7.5
project.initialize=false
+2
View File
@@ -6,6 +6,8 @@ import sbt._
class SbtTest(info: ProjectInfo) extends PluginProject(info)
{
val xsbtTest = "org.scala-tools.sbt" %% "test" % version.toString
val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"
Credentials(Path.fromFile(System.getProperty("user.home")) / ".ivy2" / ".credentials", log)
}