mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Moved zip tests and commented them out :(.
This commit is contained in:
parent
d02cc94edd
commit
178484ca6a
6 changed files with 8 additions and 5 deletions
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
#include "core/crc.h"
|
||||
#include "core/strings/stringFunctions.h"
|
||||
#include "core/util/zip/zipArchive.h"
|
||||
|
|
@ -194,3 +194,4 @@ private:
|
|||
return ret;
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
#include "platform/platform.h"
|
||||
|
||||
#include "unit/test.h"
|
||||
|
|
@ -250,3 +250,4 @@ private:
|
|||
return ret;
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
#include "core/strings/stringFunctions.h"
|
||||
#include "core/util/zip/zipArchive.h"
|
||||
#include "core/util/zip/unitTests/zipTest.h"
|
||||
|
|
@ -242,3 +242,4 @@ bail:
|
|||
return ret;
|
||||
}
|
||||
};
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue