From f734fa35b4a14b9091632aa305b7fcceed7c4c57 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Jun 2014 18:24:17 +0200 Subject: Do not error out if only partial data is available (closes #4) --- t/30-iris-const.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/30-iris-const.t') diff --git a/t/30-iris-const.t b/t/30-iris-const.t index e8e60ae..aed46ef 100644 --- a/t/30-iris-const.t +++ b/t/30-iris-const.t @@ -37,7 +37,7 @@ $status = Travel::Status::DE::IRIS->new( ) ); -ok( defined $status->errstr, 'constructor with missing data has errstr' ); +ok( defined $status->warnstr, 'constructor with missing data has warnstr' ); $status = Travel::Status::DE::IRIS->new( iris_base => 'file:t/in', -- cgit v1.2.3