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-06-07 03:32:13 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-06-07 03:32:13 +0400
commit4d1bdd1e69d7f5c246f35ecc53c5fa7207d2e41a (patch)
tree4003f995370f6fe2c1f23ae3aef9ab2f82c34139 /Testing
parentb21a121ff49ebdb5ce592ef1a63ae65f96502272 (diff)
Cosmetic fix in test
Diffstat (limited to 'Testing')
-rw-r--r--Testing/Tests/WidgetTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Testing/Tests/WidgetTests.cs b/Testing/Tests/WidgetTests.cs
index 22464d56..7ca7fa6d 100644
--- a/Testing/Tests/WidgetTests.cs
+++ b/Testing/Tests/WidgetTests.cs
@@ -227,7 +227,7 @@ namespace Xwt
ShowWindow (win);
- Assert.AreEqual (w.ScreenBounds, win.ScreenBounds.Inflate (-padding,-padding));
+ Assert.AreEqual (win.ScreenBounds.Inflate (-padding,-padding), w.ScreenBounds);
}
}
}