Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
71be8371
Commit
71be8371
authored
Sep 25, 2016
by
Francesc Guasch
Browse files
fidxed typo in sql user test
parent
87adff70
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/60_user_sql.t
View file @
71be8371
...
...
@@ -52,7 +52,7 @@ Ravada::Auth::SQL::add_user('mcnulty','jameson');
my
$user3
=
Ravada::Auth::
login
('
mcnulty
','
jameson
');
ok
(
$user3
,"
No user returned from Ravada::Auth::login
");
ok
(
ref
$user
&&
ref
(
$user3
)
eq
'
Ravada::Auth::SQL
');
ok
(
ref
$user
3
&&
ref
(
$user3
)
eq
'
Ravada::Auth::SQL
');
ok
(
!
$user3
->
is_admin
,"
User
"
.
$user3
->
name
.
"
should not be admin
"
.
Dumper
(
$user3
->
{
_data
}));
}
...
...
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