@@ -33,7 +33,6 @@ private void Initialize()
3333
3434 [ Theory ]
3535 [ InlineData ( "16324" ) ]
36- [ InlineData ( "19583" ) ]
3736 [ InlineData ( "16325" ) ]
3837 public async void OpsTenantExpandBuildingsFilterEqAndOrderBy ( string port )
3938 {
@@ -49,7 +48,6 @@ void Test(ICollection<OpsTenant> collection)
4948
5049 [ Theory ]
5150 [ InlineData ( "16324" ) ]
52- [ InlineData ( "19583" ) ]
5351 [ InlineData ( "16325" ) ]
5452 public async void OpsTenantExpandBuildingsFilterNeAndOrderBy ( string port )
5553 {
@@ -65,7 +63,6 @@ void Test(ICollection<OpsTenant> collection)
6563
6664 [ Theory ]
6765 [ InlineData ( "16324" ) ]
68- [ InlineData ( "19583" ) ]
6966 [ InlineData ( "16325" ) ]
7067 public async void OpsTenantFilterEqNoExpand ( string port )
7168 {
@@ -81,7 +78,6 @@ void Test(ICollection<OpsTenant> collection)
8178
8279 [ Theory ]
8380 [ InlineData ( "16324" ) ]
84- [ InlineData ( "19583" ) ]
8581 [ InlineData ( "16325" ) ]
8682 public async void OpsTenantFilterGtDateNoExpand ( string port )
8783 {
@@ -97,7 +93,6 @@ void Test(ICollection<OpsTenant> collection)
9793
9894 [ Theory ]
9995 [ InlineData ( "16324" ) ]
100- [ InlineData ( "19583" ) ]
10196 [ InlineData ( "16325" ) ]
10297 public async void OpsTenantFilterLtDateNoExpand ( string port )
10398 {
@@ -111,7 +106,6 @@ void Test(ICollection<OpsTenant> collection)
111106
112107 [ Theory ]
113108 [ InlineData ( "16324" ) ]
114- [ InlineData ( "19583" ) ]
115109 [ InlineData ( "16325" ) ]
116110 public async void OpsTenantExpandBuildingsNoFilterAndOrderBy ( string port )
117111 {
@@ -127,7 +121,6 @@ void Test(ICollection<OpsTenant> collection)
127121
128122 [ Theory ]
129123 [ InlineData ( "16324" ) ]
130- [ InlineData ( "19583" ) ]
131124 [ InlineData ( "16325" ) ]
132125 public async void OpsTenantNoExpandNoFilterAndOrderBy ( string port )
133126 {
@@ -143,7 +136,6 @@ void Test(ICollection<OpsTenant> collection)
143136
144137 [ Theory ]
145138 [ InlineData ( "16324" ) ]
146- [ InlineData ( "19583" ) ]
147139 [ InlineData ( "16325" ) ]
148140 public async void OpsTenantNoExpandFilterEqAndOrderBy ( string port )
149141 {
@@ -159,7 +151,6 @@ void Test(ICollection<OpsTenant> collection)
159151
160152 [ Theory ] //Similar to test below but works if $select=Buildings is added to the query
161153 [ InlineData ( "16324" ) ]
162- [ InlineData ( "19583" ) ]
163154 [ InlineData ( "16325" ) ]
164155 public async void OpsTenantExpandBuildingsSelectNameAndBuilderExpandBuilderExpandCityFilterNeAndOrderBy ( string port )
165156 {
@@ -178,7 +169,6 @@ void Test(ICollection<OpsTenant> collection)
178169
179170 [ Theory ]
180171 [ InlineData ( "16324" ) ]
181- [ InlineData ( "19583" ) ]
182172 [ InlineData ( "16325" ) ]
183173 public async void OpsTenantExpandBuildingsExpandBuilderExpandCityFilterNeAndOrderBy ( string port )
184174 {
@@ -196,7 +186,6 @@ void Test(ICollection<OpsTenant> collection)
196186
197187 [ Theory ]
198188 [ InlineData ( "16324" ) ]
199- [ InlineData ( "19583" ) ]
200189 [ InlineData ( "16325" ) ]
201190 public async void BuildingExpandBuilderTenantFilterEqAndOrderBy ( string port )
202191 {
@@ -213,7 +202,6 @@ void Test(ICollection<CoreBuilding> collection)
213202
214203 [ Theory ]
215204 [ InlineData ( "16324" ) ]
216- [ InlineData ( "19583" ) ]
217205 [ InlineData ( "16325" ) ]
218206 public async void BuildingExpandBuilderTenantFilterOnNestedPropertyAndOrderBy ( string port )
219207 {
@@ -230,7 +218,6 @@ void Test(ICollection<CoreBuilding> collection)
230218
231219 [ Theory ]
232220 [ InlineData ( "16324" ) ]
233- [ InlineData ( "19583" ) ]
234221 [ InlineData ( "16325" ) ]
235222 public async void BuildingExpandBuilderTenantExpandCityFilterOnPropertyAndOrderBy ( string port )
236223 {
@@ -246,7 +233,6 @@ void Test(ICollection<CoreBuilding> collection)
246233
247234 [ Theory ]
248235 [ InlineData ( "16324" ) ]
249- [ InlineData ( "19583" ) ]
250236 [ InlineData ( "16325" ) ]
251237 public async void BuildingExpandBuilderTenantExpandCityFilterOnNestedNestedPropertyWithCount ( string port )
252238 {
@@ -269,7 +255,6 @@ void Test(ICollection<CoreBuilding> collection)
269255
270256 [ Theory ]
271257 [ InlineData ( "16324" ) ]
272- [ InlineData ( "19583" ) ]
273258 [ InlineData ( "16325" ) ]
274259 public async void BuildingExpandBuilderTenantExpandCityOrderByName ( string port )
275260 {
@@ -284,7 +269,6 @@ void Test(ICollection<CoreBuilding> collection)
284269
285270 [ Theory ]
286271 [ InlineData ( "16324" ) ]
287- [ InlineData ( "19583" ) ]
288272 [ InlineData ( "16325" ) ]
289273 public async void BuildingExpandBuilderTenantExpandCityOrderByNameThenByIdentity ( string port )
290274 {
@@ -299,7 +283,6 @@ void Test(ICollection<CoreBuilding> collection)
299283
300284 [ Theory ]
301285 [ InlineData ( "16324" ) ]
302- [ InlineData ( "19583" ) ]
303286 [ InlineData ( "16325" ) ]
304287 public async void BuildingExpandBuilderTenantExpandCityOrderByBuilderName ( string port )
305288 {
@@ -315,7 +298,6 @@ void Test(ICollection<CoreBuilding> collection)
315298
316299 [ Theory ]
317300 [ InlineData ( "16324" ) ]
318- [ InlineData ( "19583" ) ]
319301 [ InlineData ( "16325" ) ]
320302 public async void BuildingExpandBuilderTenantExpandCityOrderByBuilderNameSkip3Take1WithCount ( string port )
321303 {
@@ -339,7 +321,6 @@ void Test(ICollection<CoreBuilding> collection)
339321
340322 [ Theory ]
341323 [ InlineData ( "16324" ) ]
342- [ InlineData ( "19583" ) ]
343324 [ InlineData ( "16325" ) ]
344325 public async void BuildingExpandBuilderTenantExpandCityOrderByBuilderNameSkip3Take1NoCount ( string port )
345326 {
@@ -363,7 +344,6 @@ void Test(ICollection<CoreBuilding> collection)
363344
364345 [ Theory ]
365346 [ InlineData ( "16324" ) ]
366- [ InlineData ( "19583" ) ]
367347 [ InlineData ( "16325" ) ]
368348 public async void BuildingSelectName_WithoutOrder_WithoutTop ( string port )
369349 {
@@ -377,7 +357,6 @@ void Test(ICollection<CoreBuilding> collection)
377357
378358 [ Theory ]
379359 [ InlineData ( "16324" ) ]
380- [ InlineData ( "19583" ) ]
381360 [ InlineData ( "16325" ) ]
382361 public async void OpsTenantOrderByCountOfReference ( string port )
383362 {
@@ -396,7 +375,6 @@ void Test(ICollection<OpsTenant> collection)
396375 [ Theory ]
397376 [ InlineData ( "16324" ) ]
398377 //EF 6 seems to have a problem with circular reference Building/Tenant/Buildings
399- //[InlineData("19583")]
400378 //[InlineData("16325")]
401379 public async void CoreBuildingOrderByCountOfChildReferenceOfReference ( string port )
402380 {
@@ -412,7 +390,6 @@ void Test(ICollection<CoreBuilding> collection)
412390
413391 [ Theory ]
414392 [ InlineData ( "16324" ) ]
415- [ InlineData ( "19583" ) ]
416393 [ InlineData ( "16325" ) ]
417394 public async void CoreBuildingOrderByPropertyOfChildReferenceOfReference ( string port )
418395 {
@@ -428,7 +405,6 @@ void Test(ICollection<CoreBuilding> collection)
428405
429406 [ Theory ]
430407 [ InlineData ( "16324" ) ]
431- [ InlineData ( "19583" ) ]
432408 [ InlineData ( "16325" ) ]
433409 public async void OpsTenantSelectName ( string port )
434410 {
@@ -445,7 +421,6 @@ void Test(ICollection<OpsTenant> collection)
445421
446422 [ Theory ]
447423 [ InlineData ( "16324" ) ]
448- [ InlineData ( "19583" ) ]
449424 [ InlineData ( "16325" ) ]
450425 public async void OpsTenantExpandBuildingsFilterEqAndOrderBy_FirstBuildingHasValues ( string port )
451426 {
@@ -464,7 +439,6 @@ void Test(ICollection<OpsTenant> collection)
464439
465440 [ Theory ]
466441 [ InlineData ( "16324" ) ]
467- [ InlineData ( "19583" ) ]
468442 [ InlineData ( "16325" ) ]
469443 public async void BuildingSelectNameExpandBuilder_Builder_ShouldBeNull ( string port )
470444 {
@@ -481,7 +455,6 @@ void Test(ICollection<CoreBuilding> collection)
481455
482456 [ Theory ]
483457 [ InlineData ( "16324" ) ]
484- [ InlineData ( "19583" ) ]
485458 [ InlineData ( "16325" ) ]
486459 public async void BuildingExpandBuilderSelectNamefilterEqAndOrderBy ( string port )
487460 {
@@ -500,7 +473,6 @@ void Test(ICollection<CoreBuilding> collection)
500473
501474 [ Theory ]
502475 [ InlineData ( "16324" ) ]
503- [ InlineData ( "19583" ) ]
504476 [ InlineData ( "16325" ) ]
505477 public async void BuildingExpandBuilderSelectNameExpandCityFilterEqAndOrderBy_CityShouldBeNull_BuilderNameShouldeSam_BuilderIdShouldBeZero ( string port )
506478 {
@@ -519,7 +491,6 @@ void Test(ICollection<CoreBuilding> collection)
519491
520492 [ Theory ]
521493 [ InlineData ( "16324" ) ]
522- [ InlineData ( "19583" ) ]
523494 [ InlineData ( "16325" ) ]
524495 public async void OpsTenantExpandBuildingsSelectNameAndBuilderExpandBuilderExpandCityFilterNeAndOrderBy_filterAndSortChildCollection ( string port )
525496 {
@@ -539,7 +510,6 @@ void Test(ICollection<OpsTenant> collection)
539510
540511 [ Theory ]
541512 [ InlineData ( "16324" ) ]
542- [ InlineData ( "19583" ) ]
543513 [ InlineData ( "16325" ) ]
544514 public async void OpsTenantExpandBuildingsExpandBuilderExpandCityFilterNeAndOrderBy_filterAndSortChildCollection ( string port )
545515 {
0 commit comments