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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2013-11-14 13:20:43 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-11-14 13:20:43 +0400
commit0b819f24b153bf3e562085faba1b8c6b6f6d7363 (patch)
tree3dfad301175f2522c43c46494c81be924f93917a /Testing/GtkTestRunner.csproj
parentef54d065c721ce013d2dc96284629441aba1672b (diff)
Fix anchor parsing issue in FormattedText
When parsing an anchor element, allow relative uris. Added unit tests for FormattedText and LinkLabel.
Diffstat (limited to 'Testing/GtkTestRunner.csproj')
-rw-r--r--Testing/GtkTestRunner.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 8e060068..a7233e20 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -107,6 +107,8 @@
<Compile Include="Tests\WindowTests.cs" />
<Compile Include="Tests\XwtTest.cs" />
<Compile Include="Tests\InternalChildrenTests.cs" />
+ <Compile Include="Tests\LinkLabelTests.cs" />
+ <Compile Include="Tests\FormattedTextTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>