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

tschoening pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


    from 55b7fc3d Build qt support from clean build
     add b5db5f0a LOGCXX-527: mock the clock for tests
     new 91a54860 Some former assumptions didn't hold anymore. Some tests use 
generic file names and if those exist during rollover, their last write time is 
used as new file name. That last write time might be arbitrary in the past and 
therefore broke existing checks about expected file names. Hence, those files 
have been deleted.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/examples/cpp/delayedloop.cpp                   |   1 +
 src/main/cpp/aprinitializer.cpp                    |   3 +-
 src/main/cpp/date.cpp                              |  25 +-
 src/main/cpp/filewatchdog.cpp                      |   1 -
 src/main/cpp/hierarchy.cpp                         |   1 +
 src/main/cpp/htmllayout.cpp                        |   4 +-
 src/main/cpp/loggingevent.cpp                      |   4 +-
 src/main/cpp/propertyconfigurator.cpp              |   1 +
 src/main/cpp/timebasedrollingpolicy.cpp            |  21 +-
 src/main/include/log4cxx/helpers/aprinitializer.h  |   5 +-
 src/main/include/log4cxx/helpers/date.h            |  22 +-
 .../log4cxx/rolling/timebasedrollingpolicy.h       |   1 +
 src/test/cpp/rolling/timebasedrollingtest.cpp      | 474 +++++++++++----------
 src/test/resources/witness/rolling/tbr-test4.0     |   1 +
 src/test/resources/witness/rolling/tbr-test4.3     |   1 +
 src/test/resources/witness/rolling/tbr-test5.0     |   1 +
 src/test/resources/witness/rolling/tbr-test5.3     |   1 +
 src/test/resources/witness/rolling/tbr-test6.0     |   1 +
 src/test/resources/witness/rolling/tbr-test6.3     |   1 -
 19 files changed, 309 insertions(+), 260 deletions(-)
 create mode 100644 src/test/resources/witness/rolling/tbr-test6.0
 delete mode 100644 src/test/resources/witness/rolling/tbr-test6.3

Reply via email to