Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
8f47efb5
Commit
8f47efb5
authored
May 15, 2019
by
Nigel Kukard
Browse files
Call the VERSION function and check value of $VERSION so we can increase our test coverage
parent
819476fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/smradius/client.pm
View file @
8f47efb5
# Radius client
# Radius client
# Copyright (C) 2007-201
6
, AllWorldIT
# Copyright (C) 2007-201
9
, AllWorldIT
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -48,7 +48,7 @@ sub run
...
@@ -48,7 +48,7 @@ sub run
$self
=
$self
->
new
()
if
(
!
ref
(
$self
));
$self
=
$self
->
new
()
if
(
!
ref
(
$self
));
print
(
STDERR
"
SMRadClient v
$
VERSION
- Copyright (c) 2007-2016, AllWorldIT
\n
");
print
(
STDERR
"
SMRadClient v
"
.
VERSION
.
"
- Copyright (c) 2007-2016, AllWorldIT
\n
");
print
(
STDERR
"
\n
");
print
(
STDERR
"
\n
");
...
...
t/200-dbtests.t
View file @
8f47efb5
...
@@ -126,7 +126,6 @@ if ($child = fork()) {
...
@@ -126,7 +126,6 @@ if ($child = fork()) {
my
$res
;
my
$res
;
#
#
# Make sure basic test without any config does not authenticate users
# Make sure basic test without any config does not authenticate users
#
#
...
...
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