Skip to content

Commit 8f249f7

Browse files
committed
v2: enable all tests \w bblfshd >v2.14.0
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent d7cd8f0 commit 8f249f7

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/test/scala/org/bblfsh/client/v2/BblfshClientClose.scala

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package org.bblfsh.client.v2
22

33
import gopkg.in.bblfsh.sdk.v2.protocol.driver.VersionResponse
4-
import org.scalatest.{BeforeAndAfter, FunSuite, Ignore}
4+
import org.scalatest.{BeforeAndAfter, FunSuite}
55

66
import scala.io.Source
77

8-
@Ignore // unitll we have a bblfshd release supporting aliases
98
class BblfshClientClose extends FunSuite with BeforeAndAfter {
109
val client = BblfshClient("0.0.0.0", 9432)
1110

src/test/scala/org/bblfsh/client/v2/BblfshClientSupportedLanguagesTest.scala

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package org.bblfsh.client.v2
22

33
import gopkg.in.bblfsh.sdk.v2.protocol.driver.SupportedLanguagesResponse
4-
import org.scalatest.{BeforeAndAfter, FunSuite, Ignore}
4+
import org.scalatest.{BeforeAndAfter, FunSuite}
55

6-
@Ignore // unitll we have a bblfshd release supporting aliases
76
class BblfshClientSupportedLanguagesTest extends FunSuite with BeforeAndAfter {
87
val client = BblfshClient("0.0.0.0", 9432)
98
var resp: SupportedLanguagesResponse = _

src/test/scala/org/bblfsh/client/v2/BblfshClientVersionTest.scala

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package org.bblfsh.client.v2
22

33
import gopkg.in.bblfsh.sdk.v2.protocol.driver.VersionResponse
4-
import org.scalatest.{BeforeAndAfter, FunSuite, Ignore}
4+
import org.scalatest.{BeforeAndAfter, FunSuite}
55

66
import scala.io.Source
77

8-
@Ignore // unitll we have a bblfshd release supporting aliases
98
class BblfshClientVersionTest extends FunSuite with BeforeAndAfter {
109
val client = BblfshClient("0.0.0.0", 9432)
1110
val fileName = "src/test/resources/SampleJavaFile.java"

0 commit comments

Comments
 (0)