Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorMarius Ungureanu <therzok@gmail.com>2020-03-09 20:11:01 +0300
committerLluis Sanchez <llsan@microsoft.com>2020-10-05 13:52:49 +0300
commitb024aad9cf67dcb9fd67543edc7456a38dfee59f (patch)
treef7f0e4c0815cb91677d22fe1046f4fe6183067fa /Test
parent84b948c97d8b3b019c1eee5bca6b856e9df64600 (diff)
Add one more test
Diffstat (limited to 'Test')
-rw-r--r--Test/UnitTests/TestLocalization.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/UnitTests/TestLocalization.cs b/Test/UnitTests/TestLocalization.cs
index ea6e8d6..8ab744d 100644
--- a/Test/UnitTests/TestLocalization.cs
+++ b/Test/UnitTests/TestLocalization.cs
@@ -106,6 +106,7 @@ namespace UnitTests
*/
[TestCase ("SimpleApp.CommandExtension,0.1.0")]
+ [TestCase ("SimpleApp.HelloWorldExtension,0.1.0")]
[TestCase ("MultiAssemblyAddin,0.1.0")]
public void TestLocalizationType (string addinId)
{