Bug 8375: (follow-up) adjust another test case for change in fonts
authorGalen Charlton <gmc@esilibrary.com>
Tue, 6 May 2014 21:24:40 +0000 (21:24 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 6 May 2014 21:24:40 +0000 (21:24 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Labels/t_Layout.t

index fe8ef3a..c79f5c1 100644 (file)
@@ -100,7 +100,7 @@ is_deeply($updated_layout, $saved_layout) || diag "Updated layout object FAILED
 
 diag "Testing Layout->get_text_wrap_cols() method.";
 
-ok($updated_layout->get_text_wrap_cols(label_width => 180, left_text_margin => 18) eq 21) || diag "Layout->get_text_wrap_cols() FAILED.";
+is($updated_layout->get_text_wrap_cols(label_width => 180, left_text_margin => 18), 23, "Layout->get_text_wrap_cols()");
 
 diag "Testing Layout->delete() method.";