Remove old testing

This commit is contained in:
IlushaShurupov 2023-07-15 11:11:55 +03:00 committed by Ilya Shurupov
parent f46ea7e0fb
commit ffa90323a4
4 changed files with 6 additions and 10 deletions

View file

@ -129,10 +129,6 @@ namespace tp {
return nullptr;
}
static ualni fromValueLength(bool val) {
return val ? 4 : 5;
}
static tChar* fromValue(bool val, tChar* ownBuff) {
alni len = val ? 4 : 5;
tChar* out = ownBuff ? ownBuff : new tChar[len + 1];
@ -153,12 +149,12 @@ namespace tp {
}
static bool toValue(const tChar*, alni&, ualni) {
DEBUG_BREAK(false)
ASSERT(false)
return false;
}
static bool toValue(const tChar*, alnf&, ualni) {
DEBUG_BREAK(false)
ASSERT(false)
return false;
}

View file

@ -3,7 +3,7 @@
#include "Logging.hpp"
TEST_DEF_STATIC(Simple) {
TEST(false);
// TEST(false);
}
TEST_DEF(Logging) {

View file

@ -3,11 +3,11 @@
#include "Strings.hpp"
TEST_DEF_STATIC(StringLogic) {
TEST(false);
// TEST(false);
}
TEST_DEF_STATIC(Simple) {
TEST(false);
// TEST(false);
}
TEST_DEF(Strings) {

2
TODO
View file

@ -1,5 +1,5 @@
All:
Testing
Testing !
Serialization
Containers: