Skip to content

Commit

Permalink
Issue #232: update test description
Browse files Browse the repository at this point in the history
Added reference to #362.
  • Loading branch information
bschmalhofer committed Aug 17, 2020
1 parent 44e05a4 commit 06fd88e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions scripts/test/GenericInterface/Webservice.t
Original file line number Diff line number Diff line change
Expand Up @@ -854,14 +854,16 @@ my @Tests = (
},
},

# TODO: it's not clear whether any updating is actually performed.
# See https://github.com/RotherOSS/otobo/issues/362
{
Name => 'test 27 - Upgrade configuration scheme for Migration from OTOBO 5 to OTOBO 6',
Name => 'test 27 - Upgrade configuration scheme for Migration from OTRS 6 to OTOBO 10',
SuccessAdd => 1,
SuccessUpdate => 1,
HistoryCount => 2,
Add => {
Config => {
Description => 'Test for auto-update OTOBO 5 -> 6.',
Description => 'Test for auto-update OTRS 6 -> OTOBO 10.',
Debugger => {
DebugThreshold => 'debug',
},
Expand Down Expand Up @@ -905,7 +907,7 @@ my @Tests = (
ValidID => 1,
UserID => 1,
ExpectedConfig => {
Description => 'Test for auto-update OTOBO 5 -> 6.',
Description => 'Test for auto-update OTRS 6 -> OTOBO 10.',
Debugger => {
DebugThreshold => 'debug',
},
Expand Down Expand Up @@ -955,7 +957,7 @@ my @Tests = (
},
Update => {
Config => {
Description => 'Test for auto-update OTOBO 5 -> 6.',
Description => 'Test for auto-update OTRS 6 -> OTOBO 10.',
Debugger => {
DebugThreshold => 'debug',
},
Expand Down Expand Up @@ -988,7 +990,7 @@ my @Tests = (
ValidID => 1,
UserID => 1,
ExpectedConfig => {
Description => 'Test for auto-update OTOBO 5 -> 6.',
Description => 'Test for auto-update OTRS 6 -> OTOBO 10.',
Debugger => {
DebugThreshold => 'debug',
},
Expand Down

0 comments on commit 06fd88e

Please sign in to comment.