r20
Details
-
FilenameWoWUnit-r20.zip
-
Uploaded by
-
UploadedAug 8, 2012
-
Size6.80 KB
-
Downloads121
-
MD52b776e27f8a9911b622859921157ac47
Supported WoW Retail Versions
- 5.0.4
Changelog
------------------------------------------------------------------------
r20 | JackTripper | 2012-08-09 03:32:11 +0000 (Thu, 09 Aug 2012) | 3 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/MockObject.lua
M /trunk/WoWUnit.lua
M /trunk/WoWUnit.toc
M /trunk/WoWUnitConsole.lua
M /trunk/WoWUnitGUI.xml
M /trunk/WoWUnitTests.lua
- changed encoding to UTF-8
- added WoWUnit.CheckEquals(expected, actual, message) function
------------------------------------------------------------------------
r19 | JackTripper | 2012-08-07 03:15:47 +0000 (Tue, 07 Aug 2012) | 2 lines
Changed paths:
M /trunk/WoWUnit.toc
- Updated interface to 50001 (Mists of Panderia)
------------------------------------------------------------------------
r18 | feithar | 2010-10-31 14:34:51 +0000 (Sun, 31 Oct 2010) | 2 lines
Changed paths:
M /trunk/MockObject.lua
M /trunk/WoWUnit.lua
WoWUnit:
- Changed equality helper functions so if the same object is passed as both parameters, they are considered equal without further checking (to prevent stack overflows when checking to see is a particular large table is passed during a test).
------------------------------------------------------------------------