Patrick Donelan
8baf09948e
Fixed bug where ResponseJSON was not properly resetting between
...
tests. Refactored out reset() sub to make it easy for people to
achieve reliable resetting of rJSON objects.
2009-05-21 08:21:17 +00:00
Colin Kuskie
4dc2d58a02
Fix a FilePump bug in handling file URIs that are directories.
2009-05-20 18:54:07 +00:00
Colin Kuskie
67df78608d
Add a method to Storage to return the hex value of the storageId.
...
Add a test for it.
Convert Storage to use that everywhere, instead of calculating and recalculating it.
2009-05-20 18:37:00 +00:00
Colin Kuskie
ac9ccc496c
More testing collateral.
2009-05-20 16:43:26 +00:00
Colin Kuskie
8373eaf585
Use different names so there is no clash when running tests in parallel.
2009-05-20 04:16:33 +00:00
Colin Kuskie
558fba2f6a
Cleanup in Post tests. Set skipNotification to prevent emails from being queued during the tests.
2009-05-20 03:29:17 +00:00
Colin Kuskie
abb6ff29d5
Make sure that we don't delete things that have already been deleted.
2009-05-20 03:05:45 +00:00
David Delikat
0fb2b7775d
added EMS Schedule table
2009-05-20 02:51:44 +00:00
Colin Kuskie
8de4e6fed2
Clean up changes to admin user, who has no friends.
2009-05-20 01:32:04 +00:00
Colin Kuskie
7f9dacb0d0
Always delete fresh copies of cached objects...
2009-05-20 01:31:45 +00:00
Colin Kuskie
5fdb7d8f02
Clean up queued email created when the inbox message is added.
2009-05-20 01:13:50 +00:00
Colin Kuskie
4051101926
Prevent Inbox from making emails during testing.
2009-05-20 01:05:22 +00:00
Colin Kuskie
f06b8c08fb
In Thread tests, too.
2009-05-20 00:59:20 +00:00
Colin Kuskie
9d1829d5f5
Prevent emails from being sent out during the creation of assets.
2009-05-20 00:58:11 +00:00
Colin Kuskie
fa888ef434
Add mailQueue tracking to WEBGUI_TEST_DEBUG
2009-05-20 00:50:18 +00:00
Colin Kuskie
9a6a2e4549
Update this test to account for the new driver.
2009-05-19 22:16:57 +00:00
Colin Kuskie
5690b18125
Forward porting t/Mail/Send.t delay for server startup
2009-05-19 16:44:39 +00:00
Patrick Donelan
59329e9718
Survey tweaks
...
Added Survey 'Tagged' question type, which builds its answers dynamically from tagged data
Made Survey test suite more forgiving about JSON parsing
2009-05-19 02:45:45 +00:00
Patrick Donelan
a9638ae691
Survey: Let them eat sort
2009-05-19 02:45:26 +00:00
Colin Kuskie
57c427cb6d
Fix bugs in adding other (CSS, sprite) files to bundles.
2009-05-18 21:33:13 +00:00
Colin Kuskie
268a926d01
Remove duplicate sub that crept in there.
2009-05-18 21:04:52 +00:00
Colin Kuskie
de3b249a2b
Fill out FilePump macro tests and fix bugs.
2009-05-18 17:57:20 +00:00
Colin Kuskie
d8a1623ea0
adding FilePump
2009-05-18 16:03:50 +00:00
Patrick Donelan
9cbd30c3d8
Refactored Survey test suite diagnostics etc..
2009-05-17 08:15:59 +00:00
Doug Bell
de47c22eff
fixed pseudorequest "Cannot use undefined value as a HASH reference"
2009-05-17 02:55:31 +00:00
Colin Kuskie
8e3891a7bd
Merge branch 'master' of git://github.com/pdonelan/webgui into filepump
2009-05-16 14:44:27 -07:00
Patrick Donelan
3105b27034
Improved Survey test setup
2009-05-16 09:06:00 +00:00
Patrick Donelan
4d181da7f9
SurveyJSON bug fixes
...
Fixed bug in SurveyJSON::update to stop it updating questionType when not asked
Fixed unsafe reference bug in SurveyJSON::getMultipleChoiceBundle
Added more Survey Test Suite tests
2009-05-16 07:24:55 +00:00
Colin Kuskie
3da92cdd84
Test that the build directory was deleted.
2009-05-15 18:39:41 -07:00
Patrick Donelan
7e0796cc78
Some minor Survey bug fixes
...
Removed evil "use JSON -support_by_pp"
test() and test_mc() now intelligently start at the right place and give better TAP descriptions
2009-05-16 01:13:20 +00:00
Patrick Donelan
2bde3dc02c
Moved Survey test upgrade to 7.7.6-7.7.7 upgrade script
2009-05-15 23:42:10 +00:00
Doug Bell
1617e3004f
added robustness to user services. added tests
2009-05-15 22:27:36 +00:00
Colin Kuskie
285b62212e
build code, with tests. build works!
2009-05-15 14:12:36 -07:00
Doug Bell
1afff052c4
added new API methods to User for easier use
2009-05-15 18:10:22 +00:00
Doug Bell
18bb51bc2b
fixed PseudoRequest to do param list correctly
2009-05-15 18:10:18 +00:00
Doug Bell
1f96d708bf
user-services
2009-05-15 18:03:03 +00:00
Doug Bell
0cf79f7264
added new API methods to User for easier use
2009-05-15 18:02:53 +00:00
Doug Bell
00b2709365
fixed PseudoRequest to do param list correctly
2009-05-15 18:02:49 +00:00
Martin Kamerbeek
bfc140a365
Improved and templated VAT Number management.
2009-05-15 17:20:49 +00:00
Colin Kuskie
68378665be
getPathClassDir tests
2009-05-15 09:54:08 -07:00
Martin Kamerbeek
489313a0b9
Adding Ogone payment plugin
2009-05-15 13:29:04 +00:00
Patrick Donelan
7829d708ea
Survey test suite now functional.
...
Tests are defined via a JSON-encoded spec, through Web Crud interface
Test results are TAP encoded, and TAP parsed and prettified into HTML
Added i18n, help and tests
2009-05-15 10:33:47 +00:00
Graham Knop
1f3ab6a419
export cleanups and mobile style
2009-05-15 09:30:20 +00:00
Colin Kuskie
aef2fd3a75
fetch, fetch* with some tests.
...
Refactor getPathClassDir, add build.
2009-05-14 22:19:44 -07:00
Colin Kuskie
ac77f6f1da
Add tagsToRollback to WebGUI::Test
2009-05-14 22:18:52 -07:00
Doug Bell
93819cda0c
Adding new API to User. get update enable disable
2009-05-14 22:16:50 +00:00
Doug Bell
774c499d2d
Added exists() method to ProfileField + tests
2009-05-14 22:16:44 +00:00
Colin Kuskie
8d371b320c
Update this test for adding a new PayDriver.
2009-05-14 03:43:24 +00:00
Colin Kuskie
95da8cf978
What knothead commented out the cleanup code?
2009-05-14 02:22:56 +00:00
Colin Kuskie
92b4f64b15
Add a test for Inbox/Message, for status codes.
2009-05-14 02:07:34 +00:00