mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Handle some server properties not being supported for certain SQL versions (#24587)
* Co-authored-by: Benjin Dubishar <benjind@microsoft.com>
This commit is contained in:
@@ -1016,7 +1016,7 @@ describe('Project: properties', function (): void {
|
||||
throw new Error('Should not have succeeded.');
|
||||
} catch (e) {
|
||||
(e.message).should.startWith('Error: Invalid value for Database Schema Provider:');
|
||||
(e.message).should.endWith('expected to be in the form Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider');
|
||||
(e.message).should.endWith('expected to be in the form \'Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider\'.');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user