diff options
| author | 2025-10-07 00:10:02 +0200 | |
|---|---|---|
| committer | 2025-11-10 02:39:57 +0000 | |
| commit | 19670fc751782d063fafd43c9be03ecc92572c6b (patch) | |
| tree | 0c7a3a803324e7cc9f70a6f2f5ed41907b4468e8 /src/tests/dice | |
| parent | 46cb61e9f90a480b0277816ae8d42e5b0c91fe0c (diff) | |
| download | OneRoll-19670fc751782d063fafd43c9be03ecc92572c6b.tar.gz OneRoll-19670fc751782d063fafd43c9be03ecc92572c6b.zip | |
Fix error and cpp style.
Diffstat (limited to 'src/tests/dice')
| -rw-r--r-- | src/tests/dice/tst_dice.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/dice/tst_dice.cpp b/src/tests/dice/tst_dice.cpp index eb07e57..308a029 100644 --- a/src/tests/dice/tst_dice.cpp +++ b/src/tests/dice/tst_dice.cpp @@ -30,13 +30,13 @@ // node #include "booleancondition.h" #include "diceparser/parsingtoolbox.h" -#include "node/bind.h" +//#include "node/bind.h" #include "node/countexecutenode.h" #include "node/explodedicenode.h" #include "node/filternode.h" -#include "node/groupnode.h" +//#include "node/groupnode.h" #include "node/ifnode.h" -#include "node/jumpbackwardnode.h" +//#include "node/jumpbackwardnode.h" #include "node/keepdiceexecnode.h" #include "node/numbernode.h" #include "node/occurencecountnode.h" @@ -999,7 +999,7 @@ void TestDice::ifTest_data() QTest::addColumn<QString>("expectedResult"); int onEach= 0; - int onEachValue= 1; + // int onEachValue= 1; int oneOfThem= 2; int allOfThem= 3; int onScalar= 4; |