File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.Tests.Sql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,15 +61,6 @@ protected override void TestFixtureTearDown()
6161 }
6262
6363 base . TestFixtureTearDown ( ) ;
64-
65- string BuildCleanUpScrcipt ( )
66- {
67- var sb = new StringBuilder ( cleanups . Select ( s => s . Length ) . Sum ( ) ) ;
68- foreach ( var s in cleanups ) {
69- _ = sb . AppendLine ( s ) ;
70- }
71- return sb . ToString ( ) ;
72- }
7364 }
7465
7566 [ Test ]
@@ -78,11 +69,11 @@ public void SchemaExtractionTest()
7869 Assert . That ( ExtractDefaultSchema ( ) , Is . Not . Null ) ;
7970
8071 var catalog = ExtractCatalog ( ) ;
81- if ( StorageProviderInfo . Instance . CheckAllFeaturesNotSupported ( Providers . ProviderFeatures . Multischema ) )
72+ if ( StorageProviderInfo . Instance . CheckAllFeaturesNotSupported ( Providers . ProviderFeatures . Multischema ) ) {
8273 Assert . That ( schemasToCheck . All ( s => catalog . Schemas [ s ] != null ) , Is . True ) ;
74+ }
8375 }
8476
85-
8677 protected abstract string GetTypesExtractionPrepareScript ( string tableName ) ;
8778 protected abstract string GetTypesExtractionCleanUpScript ( string tableName ) ;
8879
You can’t perform that action at this time.
0 commit comments