Skip to content

Commit 8314d3d

Browse files
Re-enable wrongfully disabled tests for math translations
1 parent 1870cee commit 8314d3d

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query/Translations/MathTranslationsFbTest.cs

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ public MathTranslationsFbTest(BasicTypesQueryFbFixture fixture, ITestOutputHelpe
3333
Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
3434
}
3535

36-
[NotSupportedByProviderFact]
37-
public override Task Acos()
38-
{
39-
return base.Acos();
40-
}
41-
4236
[NotSupportedByProviderFact]
4337
public override Task Acos_float()
4438
{
@@ -51,12 +45,6 @@ public override Task Acosh()
5145
return base.Acosh();
5246
}
5347

54-
[NotSupportedByProviderFact]
55-
public override Task Asin()
56-
{
57-
return base.Asin();
58-
}
59-
6048
[NotSupportedByProviderFact]
6149
public override Task Asin_float()
6250
{
@@ -69,12 +57,6 @@ public override Task Asinh()
6957
return base.Asinh();
7058
}
7159

72-
[NotSupportedByProviderFact]
73-
public override Task Atan()
74-
{
75-
return base.Atan();
76-
}
77-
7860
[NotSupportedByProviderFact]
7961
public override Task Atan_float()
8062
{
@@ -87,12 +69,6 @@ public override Task Atanh()
8769
return base.Atanh();
8870
}
8971

90-
[NotSupportedByProviderFact]
91-
public override Task Atan2()
92-
{
93-
return base.Atan2();
94-
}
95-
9672
[NotSupportedByProviderFact]
9773
public override Task Atan2_float()
9874
{
@@ -105,12 +81,6 @@ public override Task Ceiling_float()
10581
return base.Ceiling_float();
10682
}
10783

108-
[NotSupportedByProviderFact]
109-
public override Task Cos()
110-
{
111-
return base.Cos();
112-
}
113-
11484
[NotSupportedByProviderFact]
11585
public override Task Cos_float()
11686
{
@@ -135,12 +105,6 @@ public override Task Degrees_float()
135105
return base.Degrees_float();
136106
}
137107

138-
[NotSupportedByProviderFact]
139-
public override Task Exp()
140-
{
141-
return base.Exp();
142-
}
143-
144108
[NotSupportedByProviderFact]
145109
public override Task Exp_float()
146110
{
@@ -153,36 +117,18 @@ public override Task Floor_float()
153117
return base.Floor_float();
154118
}
155119

156-
[NotSupportedByProviderFact]
157-
public override Task Log()
158-
{
159-
return base.Log();
160-
}
161-
162120
[NotSupportedByProviderFact]
163121
public override Task Log_float()
164122
{
165123
return base.Log_float();
166124
}
167125

168-
[NotSupportedByProviderFact]
169-
public override Task Log_with_newBase()
170-
{
171-
return base.Log_with_newBase();
172-
}
173-
174126
[NotSupportedByProviderFact]
175127
public override Task Log_with_newBase_float()
176128
{
177129
return base.Log_with_newBase_float();
178130
}
179131

180-
[NotSupportedByProviderFact]
181-
public override Task Log10()
182-
{
183-
return base.Log10();
184-
}
185-
186132
[NotSupportedByProviderFact]
187133
public override Task Log10_float()
188134
{
@@ -231,12 +177,6 @@ public override Task Sign_float()
231177
return base.Sign_float();
232178
}
233179

234-
[NotSupportedByProviderFact]
235-
public override Task Sin()
236-
{
237-
return base.Sin();
238-
}
239-
240180
[NotSupportedByProviderFact]
241181
public override Task Sin_float()
242182
{
@@ -255,12 +195,6 @@ public override Task Sqrt_float()
255195
return base.Sqrt_float();
256196
}
257197

258-
[NotSupportedByProviderFact]
259-
public override Task Tan()
260-
{
261-
return base.Tan();
262-
}
263-
264198
[NotSupportedByProviderFact]
265199
public override Task Tan_float()
266200
{

0 commit comments

Comments
 (0)