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-hive
Commits
becb02b4
Commit
becb02b4
authored
Mar 26, 2015
by
Leo Gordon
Browse files
removed the "lucky number" test so it can run locally as well
parent
ac05ff22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
t/01.utils/modules.t
t/01.utils/modules.t
+0
-1
No files found.
t/01.utils/modules.t
View file @
becb02b4
...
...
@@ -32,7 +32,6 @@ my $pipe_configs = find_submodules 'Bio::EnsEMBL::Hive::PipeConfig';
ok
(
$pipe_configs
,
'
configs found
');
isa_ok
(
$pipe_configs
,
'
ARRAY
');
## still an array
my
@sorted_configs
=
sort
{
$a
cmp
$b
}
@$pipe_configs
;
is
(
@sorted_configs
,
13
,
'
lucky number
');
my
(
$generic
)
=
grep
{
/HiveGeneric_conf/
}
@sorted_configs
;
ok
(
$generic
,
'
found generic base config
');
...
...
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