Patch fixes from regression testing in 5.2.

Unit Tests fixed to 5.3 plus due to dependancy on Unity Test Tools (which also have issues in 5.2 :D)

--HG--
branch : develop_5.3
release
Simon (darkside) Jackson 2016-06-03 18:04:48 +01:00
parent 58b7a26f1a
commit 4fd51c9d41
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
using NUnit.Framework;
#if UNITY_5_3_OR_NEWER
using NUnit.Framework;
using System;
using System.IO;
using System.Linq;
@ -215,3 +216,4 @@ public class CompressionTests {
}
}
#endif