Just test for falseness, not what kind of falseness.

This commit is contained in:
Colin Kuskie 2011-06-13 18:20:32 -07:00
parent 8978abc471
commit 9154db5e2b

View file

@ -105,7 +105,7 @@ cmp_deeply(
title => 'Dummy Title',
description => 'Dummy Synopsis', ##Not description
link => $session->url->getSiteURL . '/home/shawshank',
copyright => '',
copyright => bool(0),
),
'... title, description, link inherit from asset by default, copyright unset'
);