132 |
ok( $opac_news_count >= 2, 'Successfully tested get_opac_news for LIB1!' ); |
132 |
ok( $opac_news_count >= 2, 'Successfully tested get_opac_news for LIB1!' ); |
135 |
( $opac_news_count, $arrayref_opac_news ) = GetNewsToDisplay( q{}, 'LIB1' ); |
135 |
( $arrayref_opac_news ) = GetNewsToDisplay( q{}, 'LIB1' ); |
136 |
ok( $opac_news_count >= 2, 'Successfully tested GetNewsToDisplay for LIB1!' ); |
136 |
ok( (scalar @$arrayref_opac_news) >= 2, 'Successfully tested GetNewsToDisplay for LIB1! (' . scalar @$arrayref_opac_news . ')' ); |