Skip to content

Commit

Permalink
Reorganize translation tests (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji authored Dec 22, 2024
1 parent 174a0e3 commit 9cce847
Show file tree
Hide file tree
Showing 25 changed files with 2,161 additions and 2,063 deletions.
1 change: 1 addition & 0 deletions EFCore.PG.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,6 @@
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002ECSharpPlaceAttributeOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EXml_002ECodeStyle_002EFormatSettingsUpgrade_002EXmlMoveToCommonFormatterSettingsUpgrade/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=noda/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Postgre/@EntryIndexedValue">True</s:Boolean>
</wpf:ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public CharacterQueryNpgsqlTest(CharacterQueryNpgsqlFixture fixture, ITestOutput
Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
}

#region Tests

[Fact]
public void Find_in_database()
{
Expand Down Expand Up @@ -145,8 +143,6 @@ public void Test_change_tracking_key_sizes()
}
}

#endregion

#region Fixture

// ReSharper disable once ClassNeverInstantiated.Global
Expand Down
Loading

0 comments on commit 9cce847

Please sign in to comment.