mirror of https://github.com/sbt/sbt.git
Remove outdated test in ErrorSpec
This commit is contained in:
parent
5990775a43
commit
135ab16b5c
|
|
@ -38,27 +38,6 @@ object ErrorSpec extends AbstractSpec {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// test("it should handle wrong parsing") {
|
|
||||||
// intercept[MessageOnlyException] {
|
|
||||||
// val buildSbt =
|
|
||||||
// """
|
|
||||||
// |libraryDependencies ++= Seq("a" % "b" % "2") map {
|
|
||||||
// |(dependency) =>{
|
|
||||||
// | dependency
|
|
||||||
// | } /* */ //
|
|
||||||
// |}
|
|
||||||
// """.stripMargin
|
|
||||||
// MissingBracketHandler.findMissingText(
|
|
||||||
// buildSbt,
|
|
||||||
// buildSbt.length,
|
|
||||||
// 2,
|
|
||||||
// "fake.txt",
|
|
||||||
// new MessageOnlyException("fake")
|
|
||||||
// )
|
|
||||||
// ()
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
test("it should handle xml error") {
|
test("it should handle xml error") {
|
||||||
try {
|
try {
|
||||||
val buildSbt =
|
val buildSbt =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue