Renaming.

This commit is contained in:
Achim D. Brucker 2016-08-29 22:52:19 +01:00
parent fca31dfc39
commit 0b9c9735d8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import eu.aniketos.dasca.crosslanguage.builder.RunBuildersInParallel
@RunWith(classOf[JUnitRunner])
class FeatherweightInfoTest extends FlatSpec with Matchers with BeforeAndAfterAll {
class Featherweight extends FlatSpec with Matchers with BeforeAndAfterAll {
def ApkName: String = "de.zertapps.dvhma.featherweight.apk"
def connections = Set[(SourceLocation, SourceLocation)](
(new JavaSourceLocation(43, "com/borismus/webintent/WebIntent"), new JavaScriptSourceLocation(31, 12, "www/js/index.js"))