Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
69d290df
Commit
69d290df
authored
21 years ago
by
Graham McVicker
Browse files
Options
Downloads
Patches
Plain Diff
turned off verbosity
parent
78db673a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/t/analysis.t
+1
-1
1 addition, 1 deletion
modules/t/analysis.t
modules/t/geneview.t
+3
-3
3 additions, 3 deletions
modules/t/geneview.t
modules/t/repeatFeature.t
+1
-0
1 addition, 0 deletions
modules/t/repeatFeature.t
with
5 additions
and
4 deletions
modules/t/analysis.t
+
1
−
1
View file @
69d290df
...
...
@@ -10,7 +10,7 @@ END {print "not ok 1\n" unless $loaded;}
use
MultiTestDB
;
our
$verbose
=
1
;
our
$verbose
=
0
;
$loaded
=
1
;
...
...
This diff is collapsed.
Click to expand it.
modules/t/geneview.t
+
3
−
3
View file @
69d290df
...
...
@@ -8,14 +8,14 @@ BEGIN { $| = 1;
plan
tests
=>
4
;
}
my
$loaded
=
0
;
my
$loaded
=
1
;
END
{
print
"
not ok 1
\n
"
unless
$loaded
;}
use
MultiTestDB
;
use
TestUtils
qw( debug )
;
$verbose
=
1
;
$loaded
=
1
;
$verbose
=
0
;
$loaded
=
0
;
ok
(
1
);
...
...
This diff is collapsed.
Click to expand it.
modules/t/repeatFeature.t
+
1
−
0
View file @
69d290df
...
...
@@ -30,6 +30,7 @@ my $analysis = Bio::EnsEMBL::Analysis->new(-LOGIC_NAME => 'test');
my
$slice
=
Bio::EnsEMBL::
Slice
->
new
(
-
COORD_SYSTEM
=>
$coord_system
,
-
SEQ_REGION_NAME
=>
'
X
',
-
SEQ_REGION_LENGTH
=>
15e6
,
-
START
=>
1_000_000
,
-
END
=>
2_000_000
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment