This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a change to branch feature/android-tests
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


 discard 6ebc426  Improve Android example
 discard 3088609  Improve Android example
     add 8fbab07  Improve Android example

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6ebc426)
            \
             N -- N -- N   refs/heads/feature/android-tests (8fbab07)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...usable-test.yaml => android-reusable-test.yaml} |  30 ++----
 .../{graalvm-test.yaml => android-test.yaml}       |   4 +-
 log4j-samples-android/app/build.gradle             |  17 ++-
 .../samples/android/ExampleInstrumentedTest.java   |  42 --------
 .../log4j/samples/android/MainActivityTest.java    | 116 +++++++++++++++++++++
 .../resources/log4j2-test.xml}                     |   8 +-
 .../log4j/samples/android/MainActivity.java        |   2 +-
 .../app/src/main/res/values/strings.xml            |   2 +-
 .../src/main/resources/log4j2.component.properties |   2 -
 .../log4j/samples/android/ExampleUnitTest.java     |  33 ------
 log4j-samples-android/settings.gradle              |   2 +-
 11 files changed, 153 insertions(+), 105 deletions(-)
 copy .github/workflows/{graalvm-reusable-test.yaml => 
android-reusable-test.yaml} (66%)
 copy .github/workflows/{graalvm-test.yaml => android-test.yaml} (83%)
 delete mode 100644 
log4j-samples-android/app/src/androidTest/java/org/apache/logging/log4j/samples/android/ExampleInstrumentedTest.java
 create mode 100644 
log4j-samples-android/app/src/androidTest/java/org/apache/logging/log4j/samples/android/MainActivityTest.java
 copy log4j-samples-android/app/src/{main/resources/log4j2.xml => 
androidTest/resources/log4j2-test.xml} (86%)
 delete mode 100644 
log4j-samples-android/app/src/test/java/org/apache/logging/log4j/samples/android/ExampleUnitTest.java

Reply via email to