ppkarwasz commented on code in PR #90:
URL: https://github.com/apache/commons-secure-xml/pull/90#discussion_r4000402878


##########
android-tests/build.gradle.kts:
##########
@@ -61,6 +62,8 @@ android {
         minSdk = 26
         // androidx.test runner; Mannodermaus's android-junit5 plugin slots a 
JUnit 5 RunnerBuilder under it so AndroidJUnitRunner picks up Jupiter tests.
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
+        // The plugin passes an empty configurationParameters argument, which 
am instrument mis-parses; give it a value.

Review Comment:
   Fixed in 
https://github.com/apache/commons-secure-xml/pull/90/commits/b4bdcee10ad1d367e2bb5a10ade73d6569fe115d
 together with a concrete example of what is going on.
   
   This is a bug report for `android-junit-framework` we should file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to