You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Christian Grobmeier (JIRA)" <ji...@apache.org> on 2009/05/25 18:00:46 UTC

[jira] Created: (LOG4PHP-50) Create more File Appender Tests

Create more File Appender Tests
-------------------------------

                 Key: LOG4PHP-50
                 URL: https://issues.apache.org/jira/browse/LOG4PHP-50
             Project: Log4php
          Issue Type: Improvement
          Components: Tests
            Reporter: Christian Grobmeier


Create tests for DailyFile and RollingFile Appender.

- LoggerAppenderDailyFile should be possible to test by setting the date pattern (with LoggerAppenderDailyFile::setDatePattern) to different things and check the outcome.

- LoggerAppenderRollingFile should be possible to test by setting the maximum filesize (with LoggerAppenderRollingFile::setMaxFileSize) to something useful and do some logging that results in rolling files.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (LOG4PHP-50) Create more File Appender Tests

Posted by "Christian Grobmeier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4PHP-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Grobmeier resolved LOG4PHP-50.
----------------------------------------

    Resolution: Fixed

test for these two appenders are applied with rv 808661

> Create more File Appender Tests
> -------------------------------
>
>                 Key: LOG4PHP-50
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-50
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Christian Grobmeier
>             Fix For: 2.0
>
>
> Create tests for DailyFile and RollingFile Appender.
> - LoggerAppenderDailyFile should be possible to test by setting the date pattern (with LoggerAppenderDailyFile::setDatePattern) to different things and check the outcome.
> - LoggerAppenderRollingFile should be possible to test by setting the maximum filesize (with LoggerAppenderRollingFile::setMaxFileSize) to something useful and do some logging that results in rolling files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LOG4PHP-50) Create more File Appender Tests

Posted by "Christian Grobmeier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4PHP-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Grobmeier updated LOG4PHP-50:
---------------------------------------

    Fix Version/s: 2.0

> Create more File Appender Tests
> -------------------------------
>
>                 Key: LOG4PHP-50
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-50
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Christian Grobmeier
>             Fix For: 2.0
>
>
> Create tests for DailyFile and RollingFile Appender.
> - LoggerAppenderDailyFile should be possible to test by setting the date pattern (with LoggerAppenderDailyFile::setDatePattern) to different things and check the outcome.
> - LoggerAppenderRollingFile should be possible to test by setting the maximum filesize (with LoggerAppenderRollingFile::setMaxFileSize) to something useful and do some logging that results in rolling files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (LOG4PHP-50) Create more File Appender Tests

Posted by "Christian Grobmeier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LOG4PHP-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748282#action_12748282 ] 

Christian Grobmeier commented on LOG4PHP-50:
--------------------------------------------

I just added a LoggerAppenderRollingFileTest

> Create more File Appender Tests
> -------------------------------
>
>                 Key: LOG4PHP-50
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-50
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Christian Grobmeier
>             Fix For: 2.0
>
>
> Create tests for DailyFile and RollingFile Appender.
> - LoggerAppenderDailyFile should be possible to test by setting the date pattern (with LoggerAppenderDailyFile::setDatePattern) to different things and check the outcome.
> - LoggerAppenderRollingFile should be possible to test by setting the maximum filesize (with LoggerAppenderRollingFile::setMaxFileSize) to something useful and do some logging that results in rolling files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.