Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
flexisip
Commits
3e191a92
Commit
3e191a92
authored
9 months ago
by
Thibault Lemaire
Browse files
Options
Download
Patches
Plain Diff
clang-tidy
parent
3ea86d51
FLEXISIP-232-probleme-avec-la-syntaxe-du-parametre-filter-des-modules-flexisip
1 merge request
!1189
Draft: Resolve FLEXISIP-232 "Probleme avec la syntaxe du parametre filter des modules flexisip"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tester/utils/core-assert.hh
+6
-7
tester/utils/core-assert.hh
tester/utils/injected-module-info.hh
+1
-1
tester/utils/injected-module-info.hh
with
7 additions
and
8 deletions
tester/utils/core-assert.hh
+
6
−
7
View file @
3e191a92
...
...
@@ -4,21 +4,21 @@
#pragma once
#include
<memory>
#include
<vector>
#include
"agent.hh"
#include
"asserts.hh"
#include
"client-core.hh"
#include
"flexisip/sofia-wrapper/su-root.hh"
#include
"utils/proxy-server.hh"
#include
<memory>
#include
<vector>
namespace
flexisip
{
namespace
tester
{
namespace
flexisip
::
tester
{
class
CoreAssert
:
public
BcAssert
{
public:
template
<
class
...
Steppables
>
CoreAssert
(
Steppables
&&
...
steppables
)
:
BcAssert
({
stepperFrom
(
steppables
)...})
{
explicit
CoreAssert
(
Steppables
&&
...
steppables
)
:
BcAssert
({
stepperFrom
(
steppables
)...})
{
}
static
std
::
function
<
void
()
>
stepperFrom
(
linphone
::
Core
&
core
)
{
...
...
@@ -60,5 +60,4 @@ public:
}
};
}
// namespace tester
}
// namespace flexisip
}
// namespace flexisip::tester
This diff is collapsed.
Click to expand it.
tester/utils/injected-module-info.hh
+
1
−
1
View file @
3e191a92
...
...
@@ -24,7 +24,7 @@ struct InjectedHooks {
// Pass an instance of this class to flexisip::tester::Server's constructor to enable it.
class
InjectedModuleInfo
:
public
ModuleInfoBase
{
public:
InjectedModuleInfo
(
const
InjectedHooks
&
moduleHooks
)
explicit
InjectedModuleInfo
(
const
InjectedHooks
&
moduleHooks
)
:
ModuleInfoBase
(
"InjectedTestModule"
,
"A module injected as high up in the module chain as possible to mangle requests and "
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets