File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Orm/Xtensive.Orm.Tests/Issues Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- // Copyright (C) 2010 Xtensive LLC.
2- // All rights reserved .
3- // For conditions of distribution and use, see license .
1+ // Copyright (C) 2010-2021 Xtensive LLC.
2+ // This code is distributed under MIT license terms .
3+ // See the License.txt file in the project root for more information .
44// Created by: Dmitri Maximov
55// Created: 2010.10.14
66
@@ -42,7 +42,7 @@ protected override DomainConfiguration BuildConfiguration()
4242 [ Test ]
4343 public void MainTest ( )
4444 {
45- Require . ProviderIsNot ( StorageProvider . PostgreSql ) ; // PostgreSql stores intervals with microseconds only
45+ Require . ProviderIsNot ( StorageProvider . PostgreSql | StorageProvider . Oracle ) ; // PostgreSql and Oracle store intervals with microseconds only
4646
4747 long ticks = 123456789 ;
4848
You can’t perform that action at this time.
0 commit comments