File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Orm/Xtensive.Orm.Tests/Linq/DateTimeAndDateTimeOffset Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ public void ExtractDayOfWeekTest()
192
192
[ Test ]
193
193
public void ExtractTimeOfDayTicksTest ( )
194
194
{
195
+ Require . ProviderIsNot ( StorageProvider . PostgreSql | StorageProvider . Oracle ) ;
196
+
195
197
ExecuteInsideSession ( ( ) => {
196
198
RunTest < SingleDateTimeEntity > ( c => c . DateTime . TimeOfDay . Ticks == FirstDateTime . TimeOfDay . Ticks ) ;
197
199
RunWrongTest < SingleDateTimeEntity > ( c => c . DateTime . TimeOfDay . Ticks < FirstDateTime . TimeOfDay . Ticks ) ;
Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ public void ExtractTimeOfDayWithMillisecondsTest()
192
192
[ Test ]
193
193
public void ExtractTimeOfDayTicksTest ( )
194
194
{
195
+ Require . ProviderIsNot ( StorageProvider . PostgreSql | StorageProvider . Oracle ) ;
196
+
195
197
ExecuteInsideSession ( ( ) => {
196
198
var firstDateTimeOffset = TryMoveToLocalTimeZone ( FirstDateTimeOffset ) ;
197
199
RunTest < SingleDateTimeOffsetEntity > ( c => c . DateTimeOffset . TimeOfDay . Ticks == firstDateTimeOffset . TimeOfDay . Ticks ) ;
You can’t perform that action at this time.
0 commit comments