summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-06-23 18:24:17 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-06-23 18:24:17 +0200
commitf734fa35b4a14b9091632aa305b7fcceed7c4c57 (patch)
tree7c49a39f2d9e8119a1915076ec74324b03614f8b /t
parent616d793d710df2a18e9ef89dbe1b6e56e1c1c5d5 (diff)
Do not error out if only partial data is available (closes #4)
Diffstat (limited to 't')
-rw-r--r--t/30-iris-const.t2
1 files changed, 1 insertions, 1 deletions
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',