Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
af53381b
Commit
af53381b
authored
Jun 15, 2012
by
Andy Yates
Browse files
Rename of the schema
parent
c6588c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/t/schema.t
modules/t/schema.t
+1
-1
No files found.
modules/t/schema.t
View file @
af53381b
...
...
@@ -20,7 +20,7 @@ SKIP: {
skip
'
Skipping DB creation tests as schema file cannot be found at
'
.
$sql_file
,
1
unless
$result
;
#Create DB & load schema
my
$new_db_name
=
$db
->
create_db_name
('
temp
');
my
$new_db_name
=
$db
->
create_db_name
('
schema
temp
');
note
'
Creating database
'
.
$new_db_name
;
$dba
->
dbc
()
->
do
("
create database
$new_db_name
");
my
%args
=
(
host
=>
$dbc
->
host
(),
port
=>
$dbc
->
port
(),
user
=>
$dbc
->
username
(),
password
=>
$dbc
->
password
());
...
...
Write
Preview
Markdown
is supported
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