diff options
author | wei <> | 2006-04-14 06:22:09 +0000 |
---|---|---|
committer | wei <> | 2006-04-14 06:22:09 +0000 |
commit | 3d3f8d3832921f99daf8ce1953304763c2e76c62 (patch) | |
tree | e1b0a9bc3a13fccd253770fb452ac96cc6315121 /tests/UnitTests/simpletest/test/remote_test.php | |
parent | 373d8acc503b94ea09823f49e2ab5e395eccc584 (diff) |
Importing SQLMap + sample + docs.
Diffstat (limited to 'tests/UnitTests/simpletest/test/remote_test.php')
-rw-r--r-- | tests/UnitTests/simpletest/test/remote_test.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/UnitTests/simpletest/test/remote_test.php b/tests/UnitTests/simpletest/test/remote_test.php deleted file mode 100644 index 16c82b31..00000000 --- a/tests/UnitTests/simpletest/test/remote_test.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php
- // $Id: remote_test.php,v 1.4 2004/04/07 19:12:13 lastcraft Exp $
- require_once('../remote.php');
- require_once('../reporter.php');
-
- // The following URL will depend on your own installation.
- $base_url = 'http://uno/simple/';
-
- $test = &new GroupTest('Remote tests');
- $test->addTestCase(new RemoteTestCase(
- $base_url . 'test/visual_test.php?xml=yes',
- $base_url . 'test/visual_test.php?xml=yes&dry=yes'));
- if (SimpleReporter::inCli()) {
- exit ($test->run(new XmlReporter()) ? 0 : 1);
- }
- $test->run(new HtmlReporter());
-?>
\ No newline at end of file |