Skip to content

Commit 9cce847

Browse files
authored
Reorganize translation tests (#3417)
1 parent 174a0e3 commit 9cce847

25 files changed

+2161
-2063
lines changed

EFCore.PG.sln.DotSettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,6 @@
188188
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002ECSharpPlaceAttributeOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
189189
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
190190
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EXml_002ECodeStyle_002EFormatSettingsUpgrade_002EXmlMoveToCommonFormatterSettingsUpgrade/@EntryIndexedValue">True</s:Boolean>
191+
<s:Boolean x:Key="/Default/UserDictionary/Words/=noda/@EntryIndexedValue">True</s:Boolean>
191192
<s:Boolean x:Key="/Default/UserDictionary/Words/=Postgre/@EntryIndexedValue">True</s:Boolean>
192193
</wpf:ResourceDictionary>

test/EFCore.PG.FunctionalTests/Query/CharacterQueryNpgsqlTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public CharacterQueryNpgsqlTest(CharacterQueryNpgsqlFixture fixture, ITestOutput
1414
Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
1515
}
1616

17-
#region Tests
18-
1917
[Fact]
2018
public void Find_in_database()
2119
{
@@ -145,8 +143,6 @@ public void Test_change_tracking_key_sizes()
145143
}
146144
}
147145

148-
#endregion
149-
150146
#region Fixture
151147

152148
// ReSharper disable once ClassNeverInstantiated.Global

0 commit comments

Comments
 (0)