diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-10 08:54:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-10 08:54:08 +0000 |
| commit | b13bc71099300dfb8c958257ef93782327d7cc81 (patch) | |
| tree | 6b3bf911710dee88542d4e7f2a9f98e8ae987b9d /plugins/managesieve/tests/parser.phpt | |
| parent | cc0bf5ef7886f2d2bdbe8a7c7a9fb11ff396be74 (diff) | |
- rcube_sieve_script class moved to separate file
git-svn-id: https://svn.roundcube.net/trunk@4524 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/tests/parser.phpt')
| -rw-r--r-- | plugins/managesieve/tests/parser.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/tests/parser.phpt b/plugins/managesieve/tests/parser.phpt index a3b820d45..519f8026b 100644 --- a/plugins/managesieve/tests/parser.phpt +++ b/plugins/managesieve/tests/parser.phpt @@ -3,7 +3,7 @@ Main test of script parser --SKIPIF-- --FILE-- <?php -include('../lib/rcube_sieve.php'); +include '../lib/rcube_sieve_script.php'; $txt = ' require ["fileinto","vacation","reject","relational","comparator-i;ascii-numeric"]; |
