Add a new method to t/lib/WebGUI/Test.pm to return the path to the test
collateral. Update all tests to use the new method. Change testCodebase.pl to run long tests by default. To disable the long tests, use the --noLongTests switch.
This commit is contained in:
parent
40e3967b19
commit
9d0894b674
6 changed files with 55 additions and 29 deletions
|
|
@ -3,6 +3,10 @@
|
|||
- fix: Miscellaneous Calendar template fixes
|
||||
- fix: Cannot manageAssets with a locked Thread -- NOTE: Kludgy, but any other
|
||||
way would probably have to break API.
|
||||
- t/lib/WebGUI/Test.pm now has a method for returning the path to the
|
||||
test collateral directory. The method is called getTestCollateralPath.
|
||||
Existing tests using that directory have been modified to use the new
|
||||
method instead of finding the path manually.
|
||||
|
||||
7.3.1
|
||||
- Fixed a problem with IE and resizable text areas that caused IE to crash
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.3.2
|
||||
--------------------------------------------------------------------
|
||||
* The testCodebase.pl script will now automatically set the CODE_COP
|
||||
script unless you give it the --noLongTests switch.
|
||||
|
||||
7.3.0
|
||||
--------------------------------------------------------------------
|
||||
* The i18n/label.t and help/setHelp.t test now require that you set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue