aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2014-12-30 16:59:34 +0100
committerDmitry Jemerov <yole@jetbrains.com>2014-12-30 16:59:34 +0100
commit0e70fa4ca021bff09e7d9ce64269a4e698512af5 (patch)
tree48baff7faa1955ff60fed060a531982da33f36f6 /test/src
parentef51f7e2466e28db0943d528b6b489aefd098c0d (diff)
downloaddokka-0e70fa4ca021bff09e7d9ce64269a4e698512af5.tar.gz
dokka-0e70fa4ca021bff09e7d9ce64269a4e698512af5.tar.bz2
dokka-0e70fa4ca021bff09e7d9ce64269a4e698512af5.zip
render annotations
Diffstat (limited to 'test/src')
-rw-r--r--test/src/format/MarkdownFormatTest.kt2
-rw-r--r--test/src/model/ClassTest.kt1
2 files changed, 1 insertions, 2 deletions
diff --git a/test/src/format/MarkdownFormatTest.kt b/test/src/format/MarkdownFormatTest.kt
index e9852964..531980de 100644
--- a/test/src/format/MarkdownFormatTest.kt
+++ b/test/src/format/MarkdownFormatTest.kt
@@ -21,7 +21,7 @@ public class MarkdownFormatTest {
}
Test fun annotations() {
- verifyOutput("test/data/format/annotations.kt") { model, output ->
+ verifyOutput("test/data/format/annotations.kt", ".md") { model, output ->
markdownService.appendNodes(tempLocation, output, model.members.single().members)
}
}
diff --git a/test/src/model/ClassTest.kt b/test/src/model/ClassTest.kt
index b9be30bf..257d73eb 100644
--- a/test/src/model/ClassTest.kt
+++ b/test/src/model/ClassTest.kt
@@ -166,7 +166,6 @@ public class ClassTest {
}
}
}
-}
Test fun annotatedClass() {
verifyModel("test/data/classes/annotatedClass.kt") { model ->