diff options
author | Urban Müller | 2015-08-10 15:58:50 +0200 |
---|---|---|
committer | Urban Müller | 2015-08-10 15:58:50 +0200 |
commit | 160f67d68300cb5bc49f305c16c0d4da5d551821 (patch) | |
tree | 0bf324ce66f245c5d68f38706985ce9b0c9d72da /tests/it_url.t | |
parent | 6fb8dda1d303697e07e61483fbb3ca8eef038d8f (diff) | |
download | itools-160f67d68300cb5bc49f305c16c0d4da5d551821.tar.gz itools-160f67d68300cb5bc49f305c16c0d4da5d551821.tar.bz2 itools-160f67d68300cb5bc49f305c16c0d4da5d551821.zip |
adapt tests to strict comparison
Diffstat (limited to 'tests/it_url.t')
-rwxr-xr-x | tests/it_url.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_url.t b/tests/it_url.t index 711b5f1..c843bba 100755 --- a/tests/it_url.t +++ b/tests/it_url.t @@ -109,7 +109,7 @@ ok( ); is( $url->result, - 200, + '200', '$url->result = 200' ); is( |