- updated to 4.007 see /usr/share/doc/packages/perl-Config-Model-Tester/Changes 4.007 2021-10-26 New feature: * add "data_from_group" test parameter to avoid duplicating fixtures between test groups Doc fixes: * remove misleading example * clarify full_dump doc * fix broken links and typos OBS-URL: https://build.opensuse.org/request/show/928605 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-Tester?expand=0&rev=28
400 lines
12 KiB
Plaintext
400 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 27 03:06:10 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 4.007
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.007 2021-10-26
|
|
|
|
New feature:
|
|
* add "data_from_group" test parameter to avoid duplicating
|
|
fixtures between test groups
|
|
|
|
Doc fixes:
|
|
* remove misleading example
|
|
* clarify full_dump doc
|
|
* fix broken links and typos
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 30 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 4.006
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.006 2020-07-29
|
|
|
|
Bug fixes:
|
|
* Disable log test when --log option is used, otherwise debug logs
|
|
are not shown
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 10 03:10:44 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 4.005
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.005 2019-12-09
|
|
|
|
Bug fixes:
|
|
* fix setup with symlinks
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 14 09:23:06 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 4.004
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.004 2019-11-10
|
|
|
|
Main change:
|
|
* test setup can now create symlink to actual files.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 05:04:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 4.003
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.003 2019-05-09
|
|
|
|
Bug fixes:
|
|
* require perl 5.12.0 in dist.ini
|
|
|
|
Mist:
|
|
* update copyright year
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 6 05:03:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 4.002
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.002 2019-05-01
|
|
|
|
Bug fixes:
|
|
* require perl 5.12.0
|
|
* accept list of hash ref as well as list of array ref as
|
|
config_classes parameter
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 30 05:05:17 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 4.001
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
4.001 2019-04-29
|
|
|
|
Main change:
|
|
* Deprecate global variables used in test specs. The tests now
|
|
should be specified with a data structure instead of using
|
|
global variables. Using global variable is now deprecated.
|
|
|
|
Doc changes:
|
|
* Update Tester doc for deprecated global variables
|
|
* Add credits list with Cyrille as first contributor
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 13 06:04:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 3.007
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.007 2019-01-12
|
|
|
|
New feature:
|
|
* add $app_to_test variable to specify which application
|
|
to test instead of specifying directly the model to test
|
|
* check parameter can specify more that one test per value
|
|
|
|
Bug fix:
|
|
* don't always warn about deprecated dump_warnings
|
|
* improve bad option error message
|
|
|
|
Doc changes:
|
|
* remove mentions of sourceforge mailing list
|
|
* improve code style in examples
|
|
* fix error in Setup pod doc
|
|
* Tester pod: fix links to Config::Model methods
|
|
* Tester doc: fix examples to run tests
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 7 21:48:12 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- Fix autogenerated changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 15 05:07:14 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 3.006
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.006 2018-04-14
|
|
|
|
* Tester: can call run_tests without arguments. Calling
|
|
run_tests with arguments is deprecated
|
|
* Setup: allow customised command line options (command line
|
|
args are processed by init_test)
|
|
* Setup: fix synopsis
|
|
* init_test: initialize log4perl when -l option is passed
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 05:06:59 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 3.005
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.005 2018-04-02
|
|
|
|
* Setup: clarify doc
|
|
* check dump, update and load warnings with
|
|
Test::Log::Log4Perl
|
|
* requires Test::Log::Log4Perl
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 05:07:03 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 3.004
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.004 2018-03-28
|
|
|
|
* Add Config::Model::Tester::Setup module to reduce
|
|
boilerplate found in t/*.t
|
|
* Tester: create test directories
|
|
(See https://github.com/dod38fr/config-model/issues/16)
|
|
* Tester: allow trace of second config tree dump
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 6 06:26:47 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 3.003
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.003 2017-11-05
|
|
|
|
* fix test file contents to work with utf-8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 4 05:13:58 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 3.002
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.002 2017-08-22
|
|
|
|
* add doc for $skip variable
|
|
* reset $model_to_test between test runs to fix consecutive tests
|
|
that use the same model with different setup
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 14 05:13:07 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 3.001
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
3.001 2017-06-03
|
|
|
|
* Jump to version 3.001 because I messed up previous release.
|
|
* fix typos in doc
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 2 05:16:27 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.062
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.062 2017-06-01
|
|
|
|
Bug fix
|
|
* Skip file mode test on Windows.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 1 05:15:11 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.061
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.061 2017-05-31
|
|
|
|
Improvements:
|
|
* add support for backend_arg (for Config::Model 2.104)
|
|
* add update_warnings parameter
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 6 06:13:35 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.060
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.060 2017-03-05
|
|
|
|
Improvements:
|
|
* add file_mode parameter to test permission (mode) of
|
|
written files
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 11:26:38 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.059
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.059 2017-02-12
|
|
|
|
Improvements:
|
|
* allow to reuse test data. Use data_from parameter to re-use test
|
|
data from another test case
|
|
* mention that file list is sorted when comparing files written by
|
|
first and second test instance
|
|
* add load2 parameter to load configuration data in
|
|
the second test instance.
|
|
|
|
Bug fix
|
|
* recreate model object for each application test (i.e. a new model
|
|
object is created for each *-test-conf.pl file)
|
|
|
|
Other:
|
|
* dist.ini: update © year
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 6 06:14:10 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.058
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.058 2016-12-05
|
|
|
|
Minor bug fix:
|
|
* prevent undef warning seen in smoke and travis tests
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 4 05:09:02 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.057
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.057 2016-09-03
|
|
|
|
Bug fix for Perl 5.24 and Debian perl 5.22.2-4:
|
|
* load test file even if @INC does not contain '.'
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 2 05:09:45 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.056
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.056 2016-09-01
|
|
|
|
Improvements:
|
|
* added an option to check config tree content
|
|
before calling apply_fix
|
|
* Changed syntax of dump check parameters (old syntax is
|
|
still accepted)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 28 09:37:31 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.055
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.055 2016-05-26
|
|
|
|
Minor bug fixes:
|
|
* removed debug print
|
|
* avoid undef warning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 23 11:31:25 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.054
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.054 2016-04-17
|
|
|
|
Improvements:
|
|
* improved Tester documentation
|
|
* inform user when a global var is missing in test setup
|
|
* fix file check when setup param is used
|
|
* handle dir specification containing ~/
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 09:24:15 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.053
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.053 2016-03-28
|
|
|
|
New features:
|
|
* pass application when creating instance
|
|
* use config_dir specified in app info file
|
|
|
|
Improvements:
|
|
* Report error with model specification
|
|
* Improved doc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 21 08:42:45 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.052
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.052 2015-10-17
|
|
|
|
* New features:
|
|
* subtest filter parameter is now a regexp.
|
|
I.e you can filter tests like this:
|
|
prove t/model_test.t :: x stuff '^foo$'
|
|
* you can run update test with no_warnings and quiet param
|
|
* global no_warnings param also apply to load and dump
|
|
* Misc:
|
|
* bug tracker is now on github
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 21 08:28:19 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.051
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.051 2015-05-20
|
|
|
|
* New features:
|
|
+ Added has_key and has_not_key parameters to check hash
|
|
element content
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 18:27:21 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.050
|
|
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
|
|
|
2.050 2015-03-29
|
|
|
|
* Bug fix:
|
|
* fix check_data function
|
|
|
|
2.049 2015-03-28
|
|
|
|
* New features:
|
|
* check argument also accept a regexp ( i.e. a qr// )
|
|
+ added option to run 'update' test
|
|
* Allow to start test without config file (from scratch)
|
|
|
|
* changed dependency:
|
|
* replaced Path::Class with Path::Tiny
|
|
|
|
* Internal changes:
|
|
* refactored most of the logic in separate functions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 29 13:59:54 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
- update to 2.048:
|
|
* C::M::Tester: added load_check2 parameter
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 1 13:11:05 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
- initial package 2.047
|
|
|