Skip to content
Snippets Groups Projects
Commit 559550f4 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

Merge pull request #3374 from authmillenon/unittests/fix/issue-3371

unittests: fix length of test data strings
parents 3d9297ff 888bdd70
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ extern "C" {
#define TEST_STRING4 "J&(d"
#endif
#ifndef TEST_STRING8
#define TEST_STRING8 "o\\rrB/q"
#define TEST_STRING8 "d)M Fvgh"
#endif
#ifndef TEST_STRING12
#define TEST_STRING12 "50U'HLKC3_ft"
......@@ -28,7 +28,7 @@ extern "C" {
#define TEST_STRING16 "nvxuO*6o3C=a6g7]"
#endif
#ifndef TEST_STRING64
#define TEST_STRING64 "3key9'=4\\wvAM&;.E&U/rOG:>\\C!r{K k.E[%;(}_I(D%XQk8+T>_M^G'Mm49,n:))]}"
#define TEST_STRING64 "&]x2}L3e>Jj8\"NM}Ngd?)5V5-%:-EZD?V{fda{[JTkN):1}/*5t8Q1>CZu/$s.ML"
#endif
#ifndef TEST_INT8
#define TEST_INT8 (-69)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment