Skip to content

Commit

Permalink
Rename ui showcase project
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Apr 25, 2024
1 parent 53f12ed commit 8a1dda0
Show file tree
Hide file tree
Showing 64 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dokka-integration-tests/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ testing {
}
}
}
registerTestProjectSuite("testUiProject", "ui")
registerTestProjectSuite("testUiShowcaseProject", "ui-showcase")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ we can compare the outputs between different versions of Dokka and make sure we
### Run from root of the project

```bash
export DOKKA_TEST_OUTPUT_PATH="build/uiproject"
./gradlew :dokka-integration-tests:gradle:testUiProject
export DOKKA_TEST_OUTPUT_PATH="build/ui-showcase-result"
./gradlew :dokka-integration-tests:gradle:testUiShowcaseProject
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pluginManagement {
includeBuild("build-logic")
}

rootProject.name = "dokka-ui-test-project"
rootProject.name = "ui-showcase"
include(":jvm")
include(":kmp")
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertTrue

class UiGradleIntegrationTest : AbstractGradleIntegrationTest(), TestOutputCopier {
class UiShowcaseIntegrationTest : AbstractGradleIntegrationTest(), TestOutputCopier {
override val projectOutputLocation: File by lazy { File(projectDir, "build/dokka/htmlMultiModule") }

@OnlyDescriptors("CPointer is not resolved in K2")
Expand Down

0 comments on commit 8a1dda0

Please sign in to comment.