# Copyright (c) 2012 bivio Software, Inc. All Rights Reserved. # $Id: facade.btest,v 1.1 2012/01/17 00:01:31 nagler Exp $ test_setup('PetShop'); home_page(); test_ok(get_uri() !~ /other\./, 'other found'); home_page('other'); test_ok(get_uri() =~ /other\./, 'other not found'); login_as('demo'); test_ok(get_uri() =~ /other\./, 'other not found');