From 4922f3f9ff6bb142973d8ea4299aa67af26269d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20DAVID?= Date: Tue, 9 Feb 2016 11:45:17 +0100 Subject: [PATCH] Regenerate dia.ref after indentation hook Change-Id: Ic0ff72fb43a33d5c5c7e6097cb3aa7e6b2ccf61e --- .../io/tests/nonreg_tests/bug_10606.dia.ref | 6 +++--- .../io/tests/nonreg_tests/bug_14058.dia.ref | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scilab/modules/io/tests/nonreg_tests/bug_10606.dia.ref b/scilab/modules/io/tests/nonreg_tests/bug_10606.dia.ref index c140cd7..06960ba 100644 --- a/scilab/modules/io/tests/nonreg_tests/bug_10606.dia.ref +++ b/scilab/modules/io/tests/nonreg_tests/bug_10606.dia.ref @@ -19,9 +19,9 @@ // stat = // 1. // rep = -if getos()=='Windows' -[rep,stat,stderr]=unix_g("fc "+SCI+"/CHANGES "+SCI+"/COPYING"); +if getos()=="Windows" + [rep,stat,stderr]=unix_g("fc "+SCI+"/CHANGES "+SCI+"/COPYING"); else -[rep,stat,stderr]=unix_g("diff "+SCI+"/CHANGES "+SCI+"/COPYING"); + [rep,stat,stderr]=unix_g("diff "+SCI+"/CHANGES "+SCI+"/COPYING"); end assert_checkfalse(rep == []); diff --git a/scilab/modules/io/tests/nonreg_tests/bug_14058.dia.ref b/scilab/modules/io/tests/nonreg_tests/bug_14058.dia.ref index ecae51d..9729195 100644 --- a/scilab/modules/io/tests/nonreg_tests/bug_14058.dia.ref +++ b/scilab/modules/io/tests/nonreg_tests/bug_14058.dia.ref @@ -13,8 +13,8 @@ // <-- Short Description --> // Scilab crashes with 'file("close", file())' instruction [units,typs,nams] = file(); -u = mopen(SCI+'/ACKNOWLEDGEMENTS', 'rt'); -u2 = mopen(SCI+'/CHANGES', 'rt'); +u = mopen(SCI+"/ACKNOWLEDGEMENTS", "rt"); +u2 = mopen(SCI+"/CHANGES", "rt"); [units_open,typs,nams] = file(); assert_checkequal(gsort([units, u, u2], "c", "i"), units_open); file("close", file()); -- 1.7.9.5