Skip to content
Snippets Groups Projects
Commit 65614f00 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #65246 respawn parent matchers

parent 68e307a1
Branches
Tags
3 merge requests!2382Hotline master,!2381Stable,!2378hotline #65246 fix double finder
Pipeline #2766 failed with stage
in 20 minutes and 17 seconds
......@@ -133,7 +133,10 @@ class Class_User_DoubleFinder_NanookStrategy
protected function _matchers() {
return ['_matchByLoginAndOrderAndLibrary',
'_matchByLoginAndIdSigbAndLibrary'];
'_matchByLoginAndIdSigbAndLibrary',
'_matchByLoginAndOrder',
'_matchByLoginAndIdSigb',
'_matchByIdSigb'];
}
......
......@@ -136,7 +136,7 @@ class UserDoubleFinderWithSingleNanookTest extends UserDoubleFinderWithSingleNan
class FamillyDoubleFinderWithSingleNanookTest extends UserDoubleFinderWithSingleNanookTestCase {
class UserDoubleFinderWithFamilyAndSingleNanookTest extends UserDoubleFinderWithSingleNanookTestCase {
protected
$_storm_default_to_volatile = true,
$_result,
......
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