Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AAI
Shibboleth Debian packaging
log4shib
Commits
0ef81f7e
Commit
0ef81f7e
authored
May 30, 2018
by
Scott Cantor
Browse files
Add sscpp706 into test suite.
parent
34ef5ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/sscpp706.cpp
View file @
0ef81f7e
...
...
@@ -5,10 +5,7 @@
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
argc
<
2
)
return
1
;
std
::
string
initFileName
=
argv
[
1
];
std
::
string
initFileName
=
argc
>
1
?
argv
[
1
]
:
"sscpp706.txt"
;
try
{
log4shib
::
PropertyConfigurator
::
configure
(
initFileName
);
log4shib
::
Category
&
root
=
log4shib
::
Category
::
getRoot
();
...
...
@@ -20,4 +17,5 @@ int main(int argc, char* argv[])
}
return
0
;
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment