# Copyright (c) 2005 bivio Software, Inc. All Rights Reserved. # $Id: test-backdoor.btest,v 1.4 2008/03/21 16:43:57 nagler Exp $ test_setup('PetShop'); home_page(); verify_no_text('MyAccount'); do_test_backdoor(UserLoginForm => { 'login' => test_use('ShellUtil.SQL')->DEMO, 'RealmOwner.password' => test_use('ShellUtil.SQL')->PASSWORD, }); home_page(); verify_text('MyAccount');