summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-03-31 14:36:38 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-03-31 14:36:38 +0000
commitc9b4254f94424df73d57f510e6004f3e27e46223 (patch)
tree87248d61fb9bdf2ed87f1c74cba2d94380f721d4 /test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
parente5c6241bca640b5b2ec8890a5b5121a1fe9dc14a (diff)
downloadscala-c9b4254f94424df73d57f510e6004f3e27e46223.tar.gz
scala-c9b4254f94424df73d57f510e6004f3e27e46223.tar.bz2
scala-c9b4254f94424df73d57f510e6004f3e27e46223.zip
One breakage too many, this test is a pest -> d...
One breakage too many, this test is a pest -> disabled. no review.
Diffstat (limited to 'test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
new file mode 100644
index 0000000000..014fd24b6f
--- /dev/null
+++ b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
@@ -0,0 +1,11 @@
+import scala.tools.nsc.interactive.tests._
+
+/** Simple test that shows how to use the InteractiveTest class. It uses the
+ * inherited runTest method that runs completion and typedAt tests on all
+ * sources found under src/
+ */
+object Test extends InteractiveTest {
+ override val runRandomTests = false
+// settings.YpresentationDebug.value = true
+// override val synchronousRequests = false
+}