2017-02-02 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'web/tests/editcut.js' that caused the EditCut
	test harness to fail when using non-localhost URLs.
	* Fixed a bug in 'web/tests/editcart.js' that caused the EditCut
	test harness to fail when using non-localhost URLs.
This commit is contained in:
Fred Gleason 2017-02-02 12:07:49 -05:00
parent 34db6c3237
commit 82ec0c73b5
3 changed files with 7 additions and 2 deletions

View File

@ -15546,3 +15546,8 @@
* Added a 'Group' field to 'rlm/rlm_test.c'.
2017-02-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'linkStartTime' tag to the output of 'RDLogLine::xml()'.
2017-02-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'web/tests/editcut.js' that caused the EditCut
test harness to fail when using non-localhost URLs.
* Fixed a bug in 'web/tests/editcart.js' that caused the EditCut
test harness to fail when using non-localhost URLs.

View File

@ -69,5 +69,5 @@ function EditCart_ShowPost()
function EditCart_Submit()
{
PostForm(EditCart_MakePost(),"http://localhost/rd-bin/rdxport.cgi");
PostForm(EditCart_MakePost(),"rdxport.cgi");
}

View File

@ -74,5 +74,5 @@ function EditCut_ShowPost()
function EditCut_Submit()
{
PostForm(EditCut_MakePost(),"http://localhost/rd-bin/rdxport.cgi");
PostForm(EditCut_MakePost(),"rdxport.cgi");
}