mirror of https://github.com/sbt/sbt.git
Merge pull request #7744 from jtjeferreira/reenable-commented-tests
[2.x] reenable some tests
This commit is contained in:
commit
a7075072ed
|
|
@ -5,7 +5,6 @@
|
|||
* Copyright 2008 - 2010, Mark Harrah
|
||||
* Licensed under Apache License 2.0 (see LICENSE)
|
||||
*/
|
||||
/*
|
||||
package sbt
|
||||
|
||||
object AppendSpec {
|
||||
|
|
@ -30,4 +29,3 @@ object AppendSpec {
|
|||
Global / onLoad += (() => doSideEffect())
|
||||
Global / onLoad += (() => println("foo"))
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
* Copyright 2008 - 2010, Mark Harrah
|
||||
* Licensed under Apache License 2.0 (see LICENSE)
|
||||
*/
|
||||
/*
|
||||
|
||||
package sbt.test
|
||||
|
||||
import java.io.File
|
||||
import sjsonnew._, BasicJsonProtocol._
|
||||
import sjsonnew._
|
||||
import sbt.Def.{ Setting, inputKey, settingKey, taskKey }
|
||||
import sbt.Scope.Global
|
||||
import sbt.librarymanagement.ModuleID
|
||||
|
|
@ -63,4 +63,3 @@ object SlashSyntaxTest extends sbt.SlashSyntax {
|
|||
libraryDependencies += uTest % Test,
|
||||
)
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright 2008 - 2010, Mark Harrah
|
||||
* Licensed under Apache License 2.0 (see LICENSE)
|
||||
*/
|
||||
/*
|
||||
|
||||
package sbt.std
|
||||
|
||||
class TaskPosSpec {
|
||||
|
|
@ -205,4 +205,3 @@ class TaskPosSpec {
|
|||
withKey(bar)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue