aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/content
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/test/kotlin/content')
-rw-r--r--plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt b/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt
index 4bc33c03..27cdc389 100644
--- a/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt
+++ b/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt
@@ -213,7 +213,7 @@ class ContentForSeeAlsoTest : AbstractCoreTest() {
check {
assertEquals("kotlin.collections/Collection///PointingToDeclaration/", (this as ContentDRILink).address.toString())
}
- +"Collection"
+ +"kotlin.collections.Collection"
}
group { }
}
@@ -269,7 +269,7 @@ class ContentForSeeAlsoTest : AbstractCoreTest() {
table {
group {
//DRI should be "test//abc/#/-1/"
- link { +"Collection" }
+ link { +"kotlin.collections.Collection" }
group {
group { +"Comment to stdliblink" }
}
@@ -333,7 +333,7 @@ class ContentForSeeAlsoTest : AbstractCoreTest() {
table {
group {
//DRI should be "test//abc/#/-1/"
- link { +"Collection" }
+ link { +"kotlin.collections.Collection" }
group {
group { +"Comment to stdliblink" }
}
@@ -456,7 +456,7 @@ class ContentForSeeAlsoTest : AbstractCoreTest() {
}
group {
//DRI should be "test//abc/#/-1/"
- link { +"Collection" }
+ link { +"kotlin.collections.Collection" }
group { group { +"Comment to collection" } }
}
}