Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
LiveSupport::Storage::StorageServerLoginTest calls PHP pages at port
80 on localhost, but the test framework does not ensure that there is
anything running on port 80. at least it should be documented where
and how to set up the test framework for the tests to complete.
ADDITIONAL INFORMATION: the output of the test is:
LiveSupport::Storage::StorageServerLoginTest::firstTestError in
XmlRpcClient::writeRequest: write error (error 111). Error in
XmlRpcClient::writeRequest: write error (error 111).
80 on localhost, but the test framework does not ensure that there is
anything running on port 80. at least it should be documented where
and how to set up the test framework for the tests to complete.
ADDITIONAL INFORMATION: the output of the test is:
LiveSupport::Storage::StorageServerLoginTest::firstTestError in
XmlRpcClient::writeRequest: write error (error 111). Error in
XmlRpcClient::writeRequest: write error (error 111).
documentation doc/gettingStarted.html
this is still an open issue, documentation for setup of PHP testing
environment is lacking...
Tomas, could you document on how to set up the test PHP framework
in the doc/gettingStarted.html document?. I'd mean everything needed
to set it up, including the database it needs in the background,
apache configuration, etc. Ferenc has already put in a small
pointer to your INSTALL file, but I'd rather have it here in
gettingStarted.html, and also some details are missing in INSTALL.
I've added some things to main gettingStarted.html document and I
will try to create better HTML documentation of remaining settings -
esspecially apache file upload things - instead of plain text INSTALL
files.
thanks for the added information.