())
-// }
-// scala {
-// setSrcDirs(listOf("test/scala"))
-// }
-// }
-// }
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/subprojects/common/ddo-core/src/acceptanceTest/resources/io/truthencode/ddo/model/alignment/LawAxisSpec.html b/subprojects/common/ddo-core/src/acceptanceTest/resources/io/truthencode/ddo/model/alignment/LawAxisSpec.html
index 0b7c84f3..5a508d51 100644
--- a/subprojects/common/ddo-core/src/acceptanceTest/resources/io/truthencode/ddo/model/alignment/LawAxisSpec.html
+++ b/subprojects/common/ddo-core/src/acceptanceTest/resources/io/truthencode/ddo/model/alignment/LawAxisSpec.html
@@ -17,7 +17,7 @@
limitations under the License.
-->
-
+
-
-
-
- Law Axis
-
-
-
- AlignmentSpec - Law Axis
-
- There are two
- Alignment axis.
- Lawful and Moral.
-
- Lawful Axis
- The law axis has three discrete values, which can be derived from case
- insensitive string values
-
- Case Sensitive Operations
-
- When case insensitivity is
true
-
- Then a search for "Lawful,Neutral,Chaotic" should return: (Alpha Sort used for verification)
-
-
-
- Matching Values |
-
-
- Chaotic |
-
-
- Lawful |
-
-
- Neutral |
-
-
-
- Case Insensitive Operations
-
- When case insensitivity is
false
-
- Search for "LAWFUL,neutral,chAotIc"
- should return: (Alpha Sort used for verification)
-
-
- Should return
- 0
- results
-
-
- Invalid Values
-
- Invalid values should be gracefully handled.
-
- Search for "
Lawful,fake,Doesn't exist" should return: Lawful
-
Case-Sensitive?: false
-
-
- Matching Values |
-
-
- Lawful |
-
-
-
-
-
+
+
+
+ Law Axis
+
+
+
+AlignmentSpec - Law Axis
+
+ There are two Alignment axis. Lawful and Moral.
+
+Lawful Axis
+The law axis has three discrete values, which can be derived from case insensitive string values
+
+Case Sensitive Operations
+When case insensitivity is
true
+
Then a search for "Lawful,Neutral,Chaotic" should return: (Alpha Sort used for
+ verification)
+
+
+
+ Matching Values |
+
+
+ Chaotic |
+
+
+ Lawful |
+
+
+ Neutral |
+
+
+
+Case Insensitive Operations
+When case insensitivity is
false
+
Search for "LAWFUL,neutral,chAotIc" should return: (Alpha Sort used for
+ verification)
+
+
Should return 0 results
+
+Invalid Values
+
+ Invalid values should be gracefully handled.
+
Search for "
Lawful,fake,Doesn't exist" should return: Lawful
+
Case-Sensitive?: false
+
+
+ Matching Values |
+
+
+ Lawful |
+
+
+
+
+
diff --git a/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/enhancements/VileChemistSpec.md b/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/enhancements/VileChemistSpec.md
index 3b2d328d..6e2382e7 100644
--- a/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/enhancements/VileChemistSpec.md
+++ b/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/enhancements/VileChemistSpec.md
@@ -88,6 +88,9 @@ from "[https://ddowiki.com/index.php?title=Vile_Chemist_enhancements&oldid=44342
[progression]: - "?=#result.progression()"
[enhancement]: - "#enhancementId"
[setUpEnhancement]: - "#result = loadFromKey(#enhancementId)"
+
+
+
[ranks]: - "?=#result.ranks()"
[apcost]: - "?=#result.apcost()"
[description]: - "?=#result.description()"
diff --git a/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/feats/races/WarforgedFeatSpec.md b/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/feats/races/WarforgedFeatSpec.md
index 664e6008..dcad79ef 100644
--- a/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/feats/races/WarforgedFeatSpec.md
+++ b/subprojects/common/ddo-core/src/specs/resources/io/truthencode/ddo/model/feats/races/WarforgedFeatSpec.md
@@ -24,7 +24,7 @@
[grantedFeats]: - "c:verify-rows=#feat:verifyGrantedFeats()"
[availableFeats]: - "c:verify-rows=#feat:verifyAvailableFeats()"
-
+
[_matchStrategy_]: - "c:matchStrategy=KeyMatch"
[result]: - "?=#feat"
@@ -32,8 +32,6 @@
[elf_race]: http://www.ddowiki.com/page/Elf "Elf"
[sunelf_race]: http://www.ddowiki.com/page/Sun_Elf_(Morninglord) "Sun Elf (Morninglord)"
-
-
![Attribution-ShareAlike 2.5](/images/somerights20.png)
[Attribution-ShareAlike 2.5](https://creativecommons.org/licenses/by-sa/2.5/) Images and general information available
from http://ddowiki.com
diff --git a/subprojects/common/ddo-etl/build.gradle.kts b/subprojects/common/ddo-etl/build.gradle.kts
index e6c32f74..8389caa9 100644
--- a/subprojects/common/ddo-etl/build.gradle.kts
+++ b/subprojects/common/ddo-etl/build.gradle.kts
@@ -64,13 +64,4 @@ dependencies {
implementation(libs.wix.accord.core.s213)
implementation(libs.logback.classic)
implementation(libs.typesafe.scala.logging.s213)
-// testImplementation(group = "org.scalatest", name = "scalatest_$scalaMajorVersion")
-// testImplementation(group = "org.scalacheck", name = "scalacheck_$scalaMajorVersion", version = "1.14.0")
-// testImplementation(group = "org.mockito", name = "mockito-core")
-//
-// // JUnit 5
-// testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-engine")
-// testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-launcher")
-// testRuntimeOnly(group = "co.helmethair", name = "scalatest-junit-runner")
-// testRuntimeOnly(group = "org.junit.vintage", name = "junit-vintage-engine")
}
\ No newline at end of file
diff --git a/subprojects/common/ddo-modeling/build.gradle.kts b/subprojects/common/ddo-modeling/build.gradle.kts
index c9b243b1..d9dc8ca0 100644
--- a/subprojects/common/ddo-modeling/build.gradle.kts
+++ b/subprojects/common/ddo-modeling/build.gradle.kts
@@ -245,25 +245,6 @@ if (cleanTask.isPresent) {
cleanTask.get().dependsOn("cleanGeneratedScala")
}
-tasks {
- // Use the built-in JUnit support of Gradle.
- "test"(Test::class) {
- useJUnitPlatform {
- includeEngines = setOf("scalatest")
- testLogging {
- events("passed", "skipped", "failed")
- }
- }
- }
-// val sv = named("syncVersionFiles").get()
-// // BUG: should not need to declare task dependencies when tasks use non-conflicting outputs
-// val gas = named("generateAvroScala").get()
-// gas.mustRunAfter(named("syncVersionFiles"))
-// withType {
-// mustRunAfter(gas)
-// }
-}
-
dependencies {
/*
https://github.com/fthomas/refined
@@ -290,15 +271,4 @@ dependencies {
implementation(libs.wix.accord.core.s213)
implementation(libs.logback.classic)
implementation(libs.typesafe.scala.logging.s213)
-// val codeGenImplementation by configurations.getting {
-// extendsFrom(configurations.named("implementation").get())
-// }
-
-// testImplementation(group = "org.scalatest", name = "scalatest_$scalaMajorVersion")
-// testImplementation(group = "org.mockito", name = "mockito-core")
-//
-// // JUnit 5
-// testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-engine")
-// testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-launcher")
-// testRuntimeOnly(group = "co.helmethair", name = "scalatest-junit-runner")
}
\ No newline at end of file
diff --git a/subprojects/common/ddo-util/build.gradle.kts b/subprojects/common/ddo-util/build.gradle.kts
index f63efe8a..c1691ed7 100644
--- a/subprojects/common/ddo-util/build.gradle.kts
+++ b/subprojects/common/ddo-util/build.gradle.kts
@@ -31,37 +31,10 @@ dependencies {
implementation(enforcedPlatform(project(":ddo-platform-scala")))
// Platform dependent
- // https://mvnrepository.com/artifact/org.json4s/json4s-native
-// implementation(group = "org.json4s", name = "json4s-native_$scalaMajorVersion")
-// implementation(group = "org.scala-lang", name = "scala-library")
implementation(libs.scala2.library)
implementation(libs.enumeratum.s213)
-// implementation(group = "com.typesafe", name = "config")
-// implementation(group = "com.github.kxbmap", name = "configs_$scalaMajorVersion")
-// // validation and rules
-// implementation(group = "com.wix", name = "accord-core_$scalaMajorVersion")
implementation(libs.logback.classic)
implementation(libs.typesafe.scala.logging.s213)
-// testImplementation(group = "org.scalatest", name = "scalatest_$scalaMajorVersion")
-// testImplementation(group = "org.mockito", name = "mockito-core")
-//
-// // JUnit 5
-// testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-engine")
-// testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-launcher")
-// testRuntimeOnly(group = "co.helmethair", name = "scalatest-junit-runner")
}
}
-
-// tasks {
-// // Use the built-in JUnit support of Gradle.
-// "test"(Test::class) {
-// useJUnitPlatform {
-// includeEngines = setOf("scalatest")
-// testLogging {
-// events("passed", "skipped", "failed")
-// }
-// }
-// }
-//
-// }
\ No newline at end of file
diff --git a/subprojects/common/ddo-web/build.gradle.kts b/subprojects/common/ddo-web/build.gradle.kts
index 87b3bcf9..2e031ea9 100644
--- a/subprojects/common/ddo-web/build.gradle.kts
+++ b/subprojects/common/ddo-web/build.gradle.kts
@@ -16,9 +16,7 @@
* limitations under the License.
*/
plugins {
-
id("scala-library-profile")
-// id("ru.vyarus.mkdocs") // version "3.0.0"
id("djaxonomy.test-conventions")
}
@@ -36,6 +34,4 @@ dependencies {
implementation(libs.typesafe.scala.logging.s213)
implementation(libs.logback.classic)
implementation(libs.enumeratum.s213)
-
- // implementation(group = "com.typesafe.scala-logging", name = "scala-logging_$scalaMajorVersion")
}
\ No newline at end of file
diff --git a/subprojects/common/ddo-web/src/test/resources/Drow_Scimitar_of_the_Weapon_Master.html b/subprojects/common/ddo-web/src/test/resources/Drow_Scimitar_of_the_Weapon_Master.html
index 9a47f59e..1cf63436 100644
--- a/subprojects/common/ddo-web/src/test/resources/Drow_Scimitar_of_the_Weapon_Master.html
+++ b/subprojects/common/ddo-web/src/test/resources/Drow_Scimitar_of_the_Weapon_Master.html
@@ -1029,21 +1029,7 @@
margin-top: 10px;
margin-bottom: 5px;
"
- >
-
-
-
+ >
@@ -1785,21 +1771,7 @@
Site navigation
role="navigation"
id="p-leftads"
style="margin-left: 0px; padding-left: 0px"
- >
-
-
-
+ >