Skip to content

Commit 4b25820

Browse files
committed
Update tests
1 parent ddd2498 commit 4b25820

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/BaselineTest/TestBaseline/LinqTranslationBaselineTests.TestStringCompare.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ FROM root]]>
201201
</Input>
202202
<Output>
203203
<SqlQuery><![CDATA[]]></SqlQuery>
204-
<ErrorMessage><![CDATA[The right hand side of string.Compare() comparison must be constant '0']]></ErrorMessage>
204+
<ErrorMessage><![CDATA[The right-hand side of String.Compare() comparison must be constant '0']]></ErrorMessage>
205205
</Output>
206206
</Result>
207207
<Result>
@@ -211,7 +211,7 @@ FROM root]]>
211211
</Input>
212212
<Output>
213213
<SqlQuery><![CDATA[]]></SqlQuery>
214-
<ErrorMessage><![CDATA[The right hand side of string.Compare() comparison must be constant '0']]></ErrorMessage>
214+
<ErrorMessage><![CDATA[The right-hand side of String.Compare() comparison must be constant '0']]></ErrorMessage>
215215
</Output>
216216
</Result>
217217
<Result>
@@ -221,7 +221,7 @@ FROM root]]>
221221
</Input>
222222
<Output>
223223
<SqlQuery><![CDATA[]]></SqlQuery>
224-
<ErrorMessage><![CDATA[The right hand side of string.Compare() comparison must be constant '0']]></ErrorMessage>
224+
<ErrorMessage><![CDATA[The right-hand side of String.Compare() comparison must be constant '0']]></ErrorMessage>
225225
</Output>
226226
</Result>
227227
<Result>

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/BaselineTest/TestBaseline/LinqTranslationBaselineTests.TestStringCompareTo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ FROM root]]></SqlQuery>
171171
</Input>
172172
<Output>
173173
<SqlQuery><![CDATA[]]></SqlQuery>
174-
<ErrorMessage><![CDATA[The right hand side of string.CompareTo() comparison must be constant '0']]></ErrorMessage>
174+
<ErrorMessage><![CDATA[The right-hand side of String.CompareTo() comparison must be constant '0']]></ErrorMessage>
175175
</Output>
176176
</Result>
177177
<Result>
@@ -181,7 +181,7 @@ FROM root]]></SqlQuery>
181181
</Input>
182182
<Output>
183183
<SqlQuery><![CDATA[]]></SqlQuery>
184-
<ErrorMessage><![CDATA[The right hand side of string.CompareTo() comparison must be constant '0']]></ErrorMessage>
184+
<ErrorMessage><![CDATA[The right-hand side of String.CompareTo() comparison must be constant '0']]></ErrorMessage>
185185
</Output>
186186
</Result>
187187
<Result>
@@ -191,7 +191,7 @@ FROM root]]></SqlQuery>
191191
</Input>
192192
<Output>
193193
<SqlQuery><![CDATA[]]></SqlQuery>
194-
<ErrorMessage><![CDATA[The right hand side of string.CompareTo() comparison must be constant '0']]></ErrorMessage>
194+
<ErrorMessage><![CDATA[The right-hand side of String.CompareTo() comparison must be constant '0']]></ErrorMessage>
195195
</Output>
196196
</Result>
197197
<Result>

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Microsoft.Azure.Cosmos.EmulatorTests.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsTestProject>true</IsTestProject>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -214,6 +214,9 @@
214214
<Content Include="BaselineTest\TestBaseline\LinqTranslationBaselineTests.TestStringCompareTo.xml">
215215
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
216216
</Content>
217+
<Content Include="BaselineTest\TestBaseline\LinqTranslationBaselineTests.TestStringCompare.xml">
218+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
219+
</Content>
217220
<Content Include="BaselineTest\TestBaseline\LinqTranslationBaselineTests.TestSpatialFunctions.xml">
218221
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
219222
</Content>

0 commit comments

Comments
 (0)