r20

Details

  • Filename
    WoWUnit-r20.zip
  • Uploaded by
  • Uploaded
    Aug 8, 2012
  • Size
    6.80 KB
  • Downloads
    106
  • MD5
    2b776e27f8a9911b622859921157ac47

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).
------------------------------------------------------------------------