##// END OF EJS Templates
Some fixes...
Some fixes - Improves log display - Fixes problem of range not set in UTC - Fixes problem for range of VariableState not correctly set at variable creation

File last commit:

r1190:767abfa514f1
r1190:767abfa514f1
Show More
FuzzingDefs.cpp
10 lines | 601 B | text/x-c | CppLexer
Alexandre Leroux
Adds variable controller and properties to test structure...
r1169 #include "FuzzingDefs.h"
Alexandre Leroux
Adds "number of operations" and "number of variables" properties for the tests
r1170 const QString NB_MAX_OPERATIONS_PROPERTY = QStringLiteral("component");
const QString NB_MAX_VARIABLES_PROPERTY = QStringLiteral("nbMaxVariables");
Alexandre Leroux
Defines operations pool...
r1173 const QString AVAILABLE_OPERATIONS_PROPERTY = QStringLiteral("availableOperations");
Alexandre Leroux
Some fixes...
r1190 const QString INITIAL_RANGE_PROPERTY = QStringLiteral("initialRange");
Alexandre Leroux
Completes fuzzing test structure by setting initial range for the time controller
r1178 const QString MAX_RANGE_PROPERTY = QStringLiteral("maxRange");
Alexandre Leroux
Implements "Variable creation" operation (1)...
r1176 const QString METADATA_POOL_PROPERTY = QStringLiteral("metadataPool");
const QString PROVIDER_PROPERTY = QStringLiteral("provider");
Alexandre Leroux
Implements move operations (3)...
r1186 const QString OPERATION_DELAY_PROPERTY = QStringLiteral("operationDelay");