mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
fixed tests
This commit is contained in:
@@ -38,7 +38,7 @@ test('test one level nesting', () => {
|
|||||||
const root = new PerspectiveTableNode(
|
const root = new PerspectiveTableNode(
|
||||||
artistTable,
|
artistTable,
|
||||||
{ conid: { db: chinookDbInfo } },
|
{ conid: { db: chinookDbInfo } },
|
||||||
{ ...createPerspectiveConfig({ pureName: 'Artist' }), checkedColumns: ['Artist.Album'] },
|
{ ...createPerspectiveConfig({ pureName: 'Artist' }), checkedColumns: ['Artist::Album'] },
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
{ conid: 'conid', database: 'db' },
|
{ conid: 'conid', database: 'db' },
|
||||||
@@ -88,7 +88,7 @@ test('test two level nesting', () => {
|
|||||||
const root = new PerspectiveTableNode(
|
const root = new PerspectiveTableNode(
|
||||||
artistTable,
|
artistTable,
|
||||||
{ conid: { db: chinookDbInfo } },
|
{ conid: { db: chinookDbInfo } },
|
||||||
{ ...createPerspectiveConfig({ pureName: 'Artist' }), checkedColumns: ['Artist.Album', 'Artist.Album.Track'] },
|
{ ...createPerspectiveConfig({ pureName: 'Artist' }), checkedColumns: ['Artist::Album', 'Artist::Album::Track'] },
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
{ conid: 'conid', database: 'db' },
|
{ conid: 'conid', database: 'db' },
|
||||||
|
|||||||
Reference in New Issue
Block a user