Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
c5b50ee3
Commit
c5b50ee3
authored
Apr 01, 2021
by
Diego Molteni
Browse files
fixed dataset handler
parent
a4926f23
Pipeline
#34307
passed with stages
in 5 minutes and 37 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/services/dataset/handler.ts
View file @
c5b50ee3
This diff is collapsed.
Click to expand it.
tests/utest/services/test.ts
View file @
c5b50ee3
...
...
@@ -28,14 +28,14 @@ export class TestServices {
public
static
run
()
{
describe
(
Tx
.
title
(
'
utest seismic store [services]
'
),
()
=>
{
//
TestGeneralSVC.run();
//
TestDatasetSVC.run();
//
TestImpTokenSVC.run();
//
TestSubProjectSVC.run();
//
TestTenantSVC.run();
//
TestAppSVC.run();
//
TestUserSVC.run();
//
TestUtilitySVC.run();
TestGeneralSVC
.
run
();
TestDatasetSVC
.
run
();
TestImpTokenSVC
.
run
();
TestSubProjectSVC
.
run
();
TestTenantSVC
.
run
();
TestAppSVC
.
run
();
TestUserSVC
.
run
();
TestUtilitySVC
.
run
();
TestLocker
.
run
();
});
}
...
...
tests/utest/test.ts
View file @
c5b50ee3
...
...
@@ -32,9 +32,9 @@ import { TestDES } from './dataecosystem/test';
import
{
TestServices
}
from
'
./services/test
'
;
import
{
TestShared
}
from
'
./shared/test
'
;
//
TestAuthorization.run();
TestAuthorization
.
run
();
TestServices
.
run
();
//
TestDao.run();
//
TestCloud.run();
//
TestDES.run();
//
TestShared.run();
TestDao
.
run
();
TestCloud
.
run
();
TestDES
.
run
();
TestShared
.
run
();
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