mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed code coverage and RESQL test cases for Cast, Publication and Subscription.
This commit is contained in:
committed by
Akshay Joshi
parent
7ffe71d12f
commit
c8026873b4
@@ -463,7 +463,8 @@ describe('FunctionSchema', ()=>{
|
||||
/>);
|
||||
});
|
||||
|
||||
it('pronamespace disabled', ()=>{
|
||||
|
||||
it('proparallel disabled', ()=>{
|
||||
|
||||
|
||||
let editSchemaObj = new FunctionSchema(
|
||||
@@ -486,7 +487,8 @@ describe('FunctionSchema', ()=>{
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
port: 5432,
|
||||
server_type: 'postgres',
|
||||
|
||||
server_type: 'ppas',
|
||||
user: {
|
||||
id: 10,
|
||||
name: 'postgres',
|
||||
@@ -498,11 +500,12 @@ describe('FunctionSchema', ()=>{
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'procedure',
|
||||
|
||||
type: 'function',
|
||||
},
|
||||
{
|
||||
funcowner: 'postgres',
|
||||
pronamespace: 'public',
|
||||
lanname: 'edbspl',
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user