diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-06-23 18:24:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-23 18:24:17 +0200 |
commit | f734fa35b4a14b9091632aa305b7fcceed7c4c57 (patch) | |
tree | 7c49a39f2d9e8119a1915076ec74324b03614f8b /t | |
parent | 616d793d710df2a18e9ef89dbe1b6e56e1c1c5d5 (diff) |
Do not error out if only partial data is available (closes #4)
Diffstat (limited to 't')
-rw-r--r-- | t/30-iris-const.t | 2 |
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', |