mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Schema Compare tests addition (#5136)
* initial tests for schema compare * Adding schema compare integration test * Adding code to fix some build issues * DB compare test * Adding some CR comments * db creation and deletion as per CR comments
This commit is contained in:
@@ -160,12 +160,18 @@ export class SchemaCompareResult {
|
||||
|
||||
await view.initializeModel(this.flexModel);
|
||||
});
|
||||
this.editor.openEditor();
|
||||
}
|
||||
|
||||
public start(): void {
|
||||
this.editor.openEditor();
|
||||
}
|
||||
|
||||
// only for test
|
||||
public getComparisionResult(): azdata.SchemaCompareResult {
|
||||
return this.comparisonResult;
|
||||
}
|
||||
|
||||
private async execute(): Promise<void> {
|
||||
if (this.schemaCompareOptionDialog && this.schemaCompareOptionDialog.deploymentOptions) {
|
||||
// take updates if any
|
||||
|
||||
Reference in New Issue
Block a user