[dia] Fixed typos in comments
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Fixed typos in comments
- Date: Fri, 29 Oct 2010 16:40:28 +0000 (UTC)
commit 23639436739e80e5d31bfa2dea1461cee931449f
Author: Hans Breuer <hans breuer org>
Date: Fri Oct 29 18:35:03 2010 +0200
Fixed typos in comments
tests/test-objects.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/test-objects.c b/tests/test-objects.c
index 811fa38..33b07a8 100644
--- a/tests/test-objects.c
+++ b/tests/test-objects.c
@@ -221,15 +221,15 @@ _test_movement (const DiaObjectType *type)
bbox2 = o->bounding_box;
/* test fails e.g. for 'Cisco - Web cluster' probably due to bezier-bbox-issues: bug 568115 */
if ( strcmp (type->name, "Cisco - IP Softphone") == 0 /* ok on win32 */
- || strcmp (type->name, "Cisco - Router in building") == 0 /* height of 0.5 */
- || strcmp (type->name, "Cisco - MCU") == 0 /* height of 0.8 */
+ || strcmp (type->name, "Cisco - Router in building") == 0 /* height off 0.5 */
+ || strcmp (type->name, "Cisco - MCU") == 0 /* height off 0.8 */
|| strcmp (type->name, "Cisco - Mac Woman") == 0 /* ok on win32 */
/* more failing recently? */
- || strcmp (type->name, "Cisco - SVX (interchangeable with End office)") == 0 /* height of 0.32 */
+ || strcmp (type->name, "Cisco - SVX (interchangeable with End office)") == 0 /* height off 0.32 */
/* ... changed move condition (starting point) */
- || strcmp (type->name, "Cisco - ATM Tag Switch Router") == 0 /* height of 0.7 */
+ || strcmp (type->name, "Cisco - ATM Tag Switch Router") == 0 /* height off 0.7 */
/* FIXME: this shape should be simple enough to actually fix the bug */
- || strcmp (type->name, "Assorted - Heart") == 0 /* height of 0.05 */
+ || strcmp (type->name, "Assorted - Heart") == 0 /* height off 0.05 */
)
g_print ("SKIPPED! ");
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]