This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  95e13bbcc884df9a8cceaee2aa493fc5e6cb0697 (commit)
      from  39df32ed9022a5f6d5ee7df841e738c83cca4f8b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=95e13bbcc884df9a8cceaee2aa493fc5e6cb0697

commit 95e13bbcc884df9a8cceaee2aa493fc5e6cb0697
Author: Sylvain Beucler <[email protected]>
Date:   Tue Jul 7 17:24:06 2015 +0200

    testsuite: remove obsolete documentation

diff --git a/tests/func/README.TXT b/tests/func/README.TXT
deleted file mode 100644
index 923b368..0000000
--- a/tests/func/README.TXT
+++ /dev/null
@@ -1,57 +0,0 @@
-DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER 
-DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER 
-
-Running the test suite will drop your current database, this is
-to be used only on test environment.
-
-DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER 
-DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER 
-
-
-First step, you have to start the selenium remote server.
-untar the 1.0 release of selenium, then
-
-cd ~/selenium-remote-control-1.0-SNAPSHOT/selenium-server-1.0-SNAPSHOT
-java -jar selenium-server.jar -interactive
-
-On a debian system using iceweasel and java in /usr/lib/j2re1.5-sun:
-PATH=/usr/lib/j2re1.5-sun/bin:/usr/lib/iceweasel:/bin java -jar 
selenium-server.jar -interactive
-
-Second step, before launching tests, copy file 'config.php.sample'
-to 'config.php' and edit the file.
-
-cp config.php.sample config.php
-vi config.php
-
-Once configured, run the test suite.
-
-# For PostgreSQL: (NOTE: seems no needed)
-
-configure ~/.pgpass to allow connection from your account.
-
-echo 'localhost:*:gforge:gforge:myadmin' >>  ~/.pgpass
-chmod 600 ~/.pgpass
-
-cd tests
-php AllTests.php
-
-If you want to run only a specific part, then you can use:
-
-cd tests
-phpunit Trackers_AllTests Trackers/AllTests.php
-
-
-To create an empty database for recording a test:
-cd tests
-php db_reload.php
-
-===========================================================================
-NOTES:
-
-ALL:
-* Requires patch: tests/hack_for_emails.patch
-Description: 
-When an account has its email address with the form 'log:[a-z]+', then 
-emails are not sent but written in the data/logs directory instead.
-This is useful to avoid sending/flooding with emails when tests are
-executed, this has required a small hack in the Gforge code (see utils.php).

-----------------------------------------------------------------------

Summary of changes:
 tests/func/README.TXT | 57 ---------------------------------------------------
 1 file changed, 57 deletions(-)
 delete mode 100644 tests/func/README.TXT


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to