Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
f62b6cee
Commit
f62b6cee
authored
3 years ago
by
Powers, Peter M.
Browse files
Options
Downloads
Patches
Plain Diff
deleted stale test class
parent
c4909e85
No related branches found
No related tags found
2 merge requests
!593
Production Release | nshm-haz
,
!591
Code review 479
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/gov/usgs/earthquake/nshmp/programs/HazardCurveTest.java
+0
-18
0 additions, 18 deletions
...a/gov/usgs/earthquake/nshmp/programs/HazardCurveTest.java
with
0 additions
and
18 deletions
src/test/java/gov/usgs/earthquake/nshmp/programs/HazardCurveTest.java
deleted
100644 → 0
+
0
−
18
View file @
c4909e85
package
gov.usgs.earthquake.nshmp.programs
;
import
org.junit.jupiter.api.BeforeEach
;
import
org.junit.jupiter.api.Test
;
public
class
HazardCurveTest
{
@BeforeEach
public
void
setUpBeforeClass
()
throws
Exception
{}
@Test
public
final
void
testRun
()
{
// String[] args = new String[] {};
// String status = HazardCalc.run(args);
// assertEquals(HazardCalc.USAGE.substring(0,18), status.substring(0,18));
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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