Commit graph

2822 commits

Author SHA1 Message Date
Colin Kuskie
ca2b7cd2c5 update method not working, switching to direct access for the test. 2010-11-10 21:08:49 -08:00
Colin Kuskie
8ead662a39 Update Crud serialize test for unsafe references. 2010-11-10 15:40:16 -08:00
Colin Kuskie
5903cc5524 Update the Crud serialize test for Moose. 2010-11-10 15:18:14 -08:00
Colin Kuskie
753cc9b75c Update Crud::SubClass test. 2010-11-10 14:55:09 -08:00
Colin Kuskie
4c5c9fc840 Move test to use new instead of create. 2010-11-10 14:48:13 -08:00
Colin Kuskie
50d92f9113 Fix default for tests in Survey::Test. Also change usage of create to new in the test for ::Test. 2010-11-10 14:39:12 -08:00
Colin Kuskie
9832f38a93 Convert PassiveAnalytics over to Moose. 2010-11-10 10:05:07 -08:00
Colin Kuskie
2ad9fc1c16 Convert FilePump over to the new Crud. 2010-11-10 09:50:15 -08:00
Colin Kuskie
07cde4d696 rework crud_getProperties. Update tests. 2010-11-05 11:03:45 -07:00
Colin Kuskie
447fe27d5f Add the sequenceNumber property to Crud, and serialize it to the db. Tweak some tests for new code. 2010-11-05 08:17:06 -07:00
Colin Kuskie
213a153b58 Can't autoincrement methods. Write test collateral to database if you want to read it back later. 2010-11-05 08:06:51 -07:00
Colin Kuskie
87f49191db Fix instanciating an object from the database. Write core Crud properties to the db. 2010-11-04 17:13:54 -07:00
Colin Kuskie
2e79a4b52f Remove code autogeneration for table,sequence keys. 2010-11-04 16:48:12 -07:00
Colin Kuskie
b4abac9a40 Add defaults for lastUpdated, dateCreated. Crud data now has to be manually written to the db. 2010-11-04 15:11:04 -07:00
Colin Kuskie
6686860b08 Remove default tableKey and tableName from Crud. Refactor t/Crud.t to have a test package. Add dateCreated. Rework crud_updateTable. 2010-11-04 15:01:09 -07:00
Colin Kuskie
bf8bdd1ac6 Merge branch 'ShipDriver_cio' into WebGUI8 2010-10-14 20:02:14 -07:00
Colin Kuskie
30ff4597c8 Update Ship master class for new ShipDriver requirements. 2010-10-14 19:34:25 -07:00
Colin Kuskie
499feb420b Fix naming problem with shippingServices, update tests. 2010-10-14 19:31:04 -07:00
Doug Bell
aaeb494cd4 add ChangeUrl assethelper test 2010-10-14 19:05:54 -05:00
Doug Bell
d40fbc8255 fix Cut assethelper tests 2010-10-14 18:02:36 -05:00
Doug Bell
51d5f6bcb4 fix tests for Copy assethelper 2010-10-14 17:34:16 -05:00
Doug Bell
f40a690809 remove tests for deleted modules 2010-10-14 16:17:33 -05:00
Colin Kuskie
2edec772e5 Conversion of UPS driver to Moose. Tests still failing. 2010-10-14 13:51:36 -07:00
Colin Kuskie
98d156c70f Convert the USPS International driver to Moose. 2010-10-14 12:13:13 -07:00
Colin Kuskie
1ea5bf0800 Update the test, fix i18n instructions and plugin name. 2010-10-14 08:11:11 -07:00
Colin Kuskie
4b252a2d67 Conversion of FlatRate driver to Moose. 2010-10-13 10:58:46 -07:00
Colin Kuskie
ad13a9134e Update the test for the new ShipDriver code. Fix edit form generating code. 2010-10-13 10:48:43 -07:00
Colin Kuskie
3af80377e6 Merge branch 'PayDriver_cio' into WebGUI8 2010-10-08 14:22:24 -07:00
Colin Kuskie
e130fb2c69 Fix pluginName for ITransact. 2010-10-08 14:20:49 -07:00
Colin Kuskie
8b32efdc3b Remove debugging statement. 2010-10-08 14:03:27 -07:00
Colin Kuskie
cd548fd671 PayPal drivers converted to Moose. 2010-10-08 11:38:52 -07:00
Colin Kuskie
4f0b7a7e3b Finish conversion of Ogone to Moose. 2010-10-07 14:36:46 -07:00
Colin Kuskie
18b89ee15b Initial conversion of test to Moose and new driver. 2010-10-07 11:38:08 -07:00
Colin Kuskie
b39fb4ab20 Fix the ITransact tests, and make the more extensive with better diagnostics for failure. 2010-10-07 10:58:28 -07:00
Colin Kuskie
00a559e664 Additional test diagnostics for failure. 2010-10-07 08:55:03 -07:00
Colin Kuskie
1dbfd8e0b2 add back the code for pulling testing creds out of the config file. Build a driver for testing. 2010-10-02 11:50:55 -07:00
Colin Kuskie
4715e1c8ef Begin work of converting ITransact over to Moose. 2010-10-01 08:24:07 -07:00
Colin Kuskie
0ca7cf8a81 Convert pPFFP to use Definition. 2010-09-30 15:50:08 -07:00
Colin Kuskie
be35b8afe4 Test default label handling. 2010-09-30 10:45:54 -07:00
Colin Kuskie
ee1e896ef8 PayDriver now does dynamic form building through Definition. 2010-09-30 10:36:02 -07:00
Colin Kuskie
4dde0e3e07 Update the core PayDriver test for Moose/Definition. 2010-09-29 11:41:12 -07:00
Graham Knop
10c7b56a7c restore both asset and form Test::Class tests 2010-09-27 14:45:58 -05:00
Colin Kuskie
280c8b3047 Test updates, code fixes. Failing 6 tests 2010-09-24 16:52:46 -07:00
Colin Kuskie
17d9deb085 Reapplying patches for removing dots in Account and AdminToggle macro templates. 2010-09-23 17:02:34 -07:00
Colin Kuskie
18b8bebf6a Set aside the forms test until the Asset tests can be fixed 2010-09-23 16:41:20 -07:00
Colin Kuskie
de1ab82d06 Also test for STYLE tags when making the DataForm form view. 2010-09-23 16:35:04 -07:00
Colin Kuskie
95dbff7afa Add a test to make sure that view does not return CSS or JS links with src/href attributes. 2010-09-23 16:35:04 -07:00
Colin Kuskie
66a1e256e4 The rest of the form plugins 2010-09-23 16:35:04 -07:00
Colin Kuskie
9a0ffe4af5 Tests for Form plugins C-I 2010-09-23 16:35:04 -07:00
Colin Kuskie
96a1e1bb48 Move method_check test, and add more methods. 2010-09-23 16:35:04 -07:00