Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Freecol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
Filip Nyberg
Freecol
Merge requests
!2
Fix tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix tests
jesca422/freecol:Fix_tests
into
master
Overview
0
Commits
4
Pipelines
1
Changes
2
Merged
Jesper Carlsson
requested to merge
jesca422/freecol:Fix_tests
into
master
4 years ago
Overview
0
Commits
4
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1a716ee7
4 commits,
4 years ago
2 files
+
9
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
test/src/net/sf/freecol/common/AllTests.java
+
1
−
1
Options
@@ -32,7 +32,7 @@ public class AllTests {
suite
.
addTest
(
net
.
sf
.
freecol
.
common
.
option
.
AllTests
.
suite
());
suite
.
addTest
(
net
.
sf
.
freecol
.
common
.
model
.
AllTests
.
suite
());
suite
.
addTest
(
net
.
sf
.
freecol
.
common
.
utils
.
AllTests
.
suite
());
suite
.
addTest
(
net
.
sf
.
freecol
.
common
.
sound
.
AllTests
.
suite
());
//
suite.addTest(net.sf.freecol.common.sound.AllTests.suite());
//$JUnit-END$
return
suite
;
}
Loading