# Copyright (c) 2002 bivio Software, Inc. All Rights Reserved. # $Id: source.btest,v 1.4 2010/04/11 22:35:06 nagler Exp $ test_setup('PetShop'); home_page(); follow_menu_link('Fish'); follow_link(qr{ProductList}); verify_text('Bivio::PetShop::Model::ProductList'); follow_menu_link('Bivio::Biz::ListModel'); verify_text('Bivio::Biz::ListModel'); home_page(); follow_link(qr{View.*main}); verify_text('main.bview'); follow_menu_link(qw(home)); follow_link('wikiview'); verify_text('Bivio::Biz::Action::WikiView');