Dan Poltawski
d829440fed
Merge branch 'w01_MDL-43510_m26_test404' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-07 17:26:01 +08:00
Petr Škoda
5e10746ae7
MDL-43510 fix 404 unit test server incompatibility
2013-12-29 15:29:30 +08:00
Matteo Scaramuccia
a9df6656b8
MDL-40379 Files Prevent mobile network providers from modifying content.
2013-12-28 14:02:18 +01:00
Frederic Massart
add7675e51
MDL-42951 curl: Re-organise Unit Tests in smaller chunks
2013-12-02 10:55:57 +13:00
Frederic Massart
20f8cd8551
MDL-42951 curl: Always keep the last headers of a request
2013-12-02 10:55:57 +13:00
Frederic Massart
72cf8c6ca3
MDL-42985 curl: Correctly apply rule proxybypass
2013-11-25 14:51:18 +08:00
Petr Škoda
a9d2f1b414
MDL-41707 allow custom location of external test files used from unit tests
2013-09-27 10:47:56 +02:00
Petr Škoda
1d987cb7d8
MDL-39915 cleanup core_filelib_testcase
2013-07-27 18:26:32 +02:00
Dan Poltawski
846f6fbe00
MDL-33955 filelib: accept any HTTP 1.0 in tests
...
This is common with proxies like squid which don't support http
pipelining.
2013-06-19 14:55:35 +08:00
Petr Škoda
35ea5db031
MDL-33955 add file download and curl unit tests
2013-06-14 08:03:50 +02:00
sam marshall
85cb4b65b1
MDL-38170 SimplePie: Cannot read https feeds through proxy
2013-03-01 10:36:51 +00:00
Dan Poltawski
ac29403e39
MDL-33172 - filestorage: Add unit test for breaking oracle functions
2012-05-25 11:17:56 +12:00
Dongsheng Cai
291a3d1fb6
MDL-33149 stored_file::repository should be private
2012-05-22 15:00:49 +08:00
Dongsheng Cai
61506a0af9
MDL-33032 Fixed issues for file integration
...
1. Added tracker issue number in comment
2. Fixed stored_file::delete_reference()
3. repository::send_file() will throw exception if not implemented by subclass
4. Fixed renaming unit test, added one unit test for deleting original file
5. Fixed copyright statement for googledoc and picasa repository plugin
6. Implemented stored_file::set_filesize()
2012-05-21 11:57:56 +08:00
Dongsheng Cai
7051415cca
MDL-28666 Files API and db changes
...
1. Fix db regression
2. Unit tests for is_external_file() and rename exception
3. Searching reference method exclude draft files
2012-05-21 11:57:54 +08:00
Dongsheng Cai
6723372514
MDL-28666 Extends repository to support references
...
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
Petr Skoda
4b02743182
MDL-32149 improve testcase naming and list in config file
2012-04-03 22:30:57 +02:00
Petr Skoda
a3d5830a0a
MDL-32149 PHPUnit test support - part 2
...
Includes:
* constants refactoring
* reworked db table init
* support for $CFG->debug = -1
* functional DB tests
* fixed $DB->get_indexes() to not throw exceptions when table does not exist
* fix handling of user passwords in test db
* add debug info to exception messages
* removed unnecessary PHP debug errors from mathslib
* fixed @error suppression in get_string
* fixed PHPUnit error handler setup
* added timezone info to default install
2012-04-03 22:30:53 +02:00