From 8b92a833d32ee78c37f7cf921cc30372ec286c20 Mon Sep 17 00:00:00 2001 From: wainstead Date: Tue, 29 Jan 2002 22:15:31 +0000 Subject: [PATCH] Removed the base URL, now defined in maketest.pl. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1704 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/AAA_GetHomePage.inputs | 4 ++-- tests/AAB_EditSandBox.inputs | 4 ++-- tests/AAC_MakeAutoTestPage.inputs | 4 ++-- tests/AAD_FindText.inputs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/AAA_GetHomePage.inputs b/tests/AAA_GetHomePage.inputs index 0365b8000..d026f5029 100644 --- a/tests/AAA_GetHomePage.inputs +++ b/tests/AAA_GetHomePage.inputs @@ -1,8 +1,8 @@ # Ensure the home page comes up. -# $Id: AAA_GetHomePage.inputs,v 1.1 2001-09-20 20:55:20 wainstead Exp $ +# $Id: AAA_GetHomePage.inputs,v 1.2 2002-01-29 22:10:55 wainstead Exp $ type: starting_page -start_url: http://127.0.0.1:8080/~swain/phpwiki/index.php +start_url: index.php go # follow the edit text link diff --git a/tests/AAB_EditSandBox.inputs b/tests/AAB_EditSandBox.inputs index baed21d0b..8e9a0fb50 100644 --- a/tests/AAB_EditSandBox.inputs +++ b/tests/AAB_EditSandBox.inputs @@ -1,9 +1,9 @@ # This test is to follow an existing deal from the active_deals # page, and verify form fields. -# $Id: AAB_EditSandBox.inputs,v 1.1 2001-09-20 20:55:20 wainstead Exp $ +# $Id: AAB_EditSandBox.inputs,v 1.2 2002-01-29 22:10:59 wainstead Exp $ type: starting_page -start_url: http://127.0.0.1:8080/~swain/phpwiki/index.php +start_url: index.php go # follow the SandBox link diff --git a/tests/AAC_MakeAutoTestPage.inputs b/tests/AAC_MakeAutoTestPage.inputs index 4210c0671..ff2a1e0c2 100644 --- a/tests/AAC_MakeAutoTestPage.inputs +++ b/tests/AAC_MakeAutoTestPage.inputs @@ -1,8 +1,8 @@ # Go to a nonexistent page, create it. -# $Id: AAC_MakeAutoTestPage.inputs,v 1.1 2001-09-20 20:55:20 wainstead Exp $ +# $Id: AAC_MakeAutoTestPage.inputs,v 1.2 2002-01-29 22:15:27 wainstead Exp $ type: starting_page -start_url: http://127.0.0.1:8080/~swain/phpwiki/index.php?AutoTest +start_url: index.php?AutoTest go # follow the SandBox link diff --git a/tests/AAD_FindText.inputs b/tests/AAD_FindText.inputs index e7771e27e..daed8893b 100644 --- a/tests/AAD_FindText.inputs +++ b/tests/AAD_FindText.inputs @@ -1,10 +1,10 @@ # Test the page WabiSabi for the text # string "imperfect, impermanent, and incomplete" -# $Id: AAD_FindText.inputs,v 1.1 2001-09-20 21:33:09 wainstead Exp $ +# $Id: AAD_FindText.inputs,v 1.2 2002-01-29 22:15:31 wainstead Exp $ # get the starting page type: starting_page -start_url: http://127.0.0.1:8080/~swain/phpwiki/index.php/WabiSabi +start_url: index.php/WabiSabi assert_text: imperfect, impermanent, and incomplete go -- 2.45.0