@@ -115,9 +115,9 @@ public void Reader_Read_Fails(string parameterName, string parameterValue, strin
115
115
[ InlineData ( "filter" , "equals(title,'Brian O''Quote')" , null , "equals(title,'Brian O''Quote')" ) ]
116
116
[ InlineData ( "filter" , "equals(title,'!@#$%^&*()-_=+\" ''[]{}<>()/|\\ :;.,`~')" , null , "equals(title,'!@#$%^&*()-_=+\" ''[]{}<>()/|\\ :;.,`~')" ) ]
117
117
[ InlineData ( "filter" , "equals(title,'')" , null , "equals(title,'')" ) ]
118
- [ InlineData ( "filter" , "startsWith(name ,'GivenName ')" , null , "startsWith(name ,'GivenName ')" ) ]
119
- [ InlineData ( "filter" , "endsWith(name ,' Surname')" , null , "endsWith(name ,' Surname')" ) ]
120
- [ InlineData ( "filter" , "contains(name ,' ')" , null , "contains(name ,' ')" ) ]
118
+ [ InlineData ( "filter" , "startsWith(owner.displayName ,'GivenName ')" , null , "startsWith(owner.displayName ,'GivenName ')" ) ]
119
+ [ InlineData ( "filter" , "endsWith(owner.displayName ,' Surname')" , null , "endsWith(owner.displayName ,' Surname')" ) ]
120
+ [ InlineData ( "filter" , "contains(owner.displayName ,' ')" , null , "contains(owner.displayName ,' ')" ) ]
121
121
[ InlineData ( "filter[posts]" , "equals(caption,'this, that & more')" , "posts" , "equals(caption,'this, that & more')" ) ]
122
122
[ InlineData ( "filter[owner.posts]" , "equals(caption,'some')" , "owner.posts" , "equals(caption,'some')" ) ]
123
123
[ InlineData ( "filter[posts.comments]" , "equals(createdAt,'2000-01-01')" , "posts.comments" , "equals(createdAt,'2000-01-01')" ) ]
0 commit comments