webgui/t/lib/WebGUI
Colin Kuskie be37f12ab1 Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
Clone handles being passed scalar data, but dclone does not.
2012-10-23 10:00:53 -07:00
..
Asset Refactor out the JSON collateral code from FilePump/Bundle.pm to make an aspect 2009-08-26 15:42:18 +00:00
Form Write a test that says that loading Form plugins from a place other than /data/WebGUI/lib/WebGUI works. 2009-09-08 17:05:00 -07:00
Macro And another one. 2009-02-27 19:23:18 +00:00
PseudoRequest test cleanups 2009-09-23 16:48:04 -05:00
Test WebGUI::Event 2011-05-31 16:13:09 -05:00
Form_Checking.pm
PseudoRequest.pm lots of stuff expects the request object to have a hostname method. give it one. 2012-06-19 16:20:56 -04:00
Serialize.pm Adding in pseudo-module for Crud serialization testing. 2009-05-07 15:38:49 +00:00
SubClass.pm Fix test. Inheritance wasn't working with the package defined inside 2009-07-22 00:20:44 +00:00
Test.pm Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone. 2012-10-23 10:00:53 -07:00
TestException.pm