From 52589e964174560eb664861c23c37bc3f865c4ac Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 19 Mar 2012 12:29:44 +0000 Subject: [PATCH] added a dummy test case --- .../kotlin-maven-plugin/src/test/kotlin/MojoTest.kt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt diff --git a/libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt b/libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt new file mode 100644 index 00000000000..a14d98d9c19 --- /dev/null +++ b/libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt @@ -0,0 +1,9 @@ +package test.org.jetbrains.kotlin.maven + +import junit.framework.TestCase + +class MojoTest: TestCase() { + fun testFoo() { + + } +} \ No newline at end of file