Drake53 / War3Api

Warcraft III's Common and Blizzard API's in C#.
MIT License
23 stars 4 forks source link

War3Api.Object.Tests.TestData1 does not compile #6

Closed YakaryBovine closed 3 years ago

YakaryBovine commented 3 years ago

These unit tests seem to be created for an older version of War3Api.Object. References to MapObjectData can be replaced with StreamReaders, but I'm not sure what the new equivalent of an ObjectModification is. It'd be fantastic to have functional tests.

Drake53 commented 3 years ago

Thanks for bringing this to my attention, I tend to neglect my test projects unless I actually want to test something new. The errors were not only from an old version of War3Api.Object, but also from War3Net.Build, I have fixed the build errors now.

YakaryBovine commented 3 years ago

You work fast!