Commit 64192eb5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

testing_provider should be enabled by default.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9da6a752
......@@ -42,7 +42,7 @@ class DivergenceTester:
{ 'id' : 'testing_provider',
'description' : 'Defines whether a divergence tester acts as a testing provider.',
'type' : 'boolean',
'default' : 0,
'default' : 1,
'mode' : 'rw' },
{ 'id' : 'matching_provider',
'description' : 'Defines whether a divergence tester acts as a matching provider.',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment