Searched refs:testResData1 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp79 static const char *testResData1 = "I like strings, especially cellos."; variable
80 static const int32 testResSize1 = strlen(testResData1) + 1;
87 static const int32 testResSize4 = strlen(testResData1) + 1;
91 static const ResourceInfo testResource1(B_STRING_TYPE, 74, testResData1,
100 static const ResourceInfo testResource5(B_MIME_STRING_TYPE, 74, &testResData1,
H A DResourcesTest.cpp76 static const char *testResData1 = "I like strings, especially cellos."; variable
77 static const int32 testResSize1 = strlen(testResData1) + 1;
84 static const int32 testResSize4 = strlen(testResData1) + 1;
88 static const ResourceInfo testResource1(B_STRING_TYPE, 74, testResData1,
97 static const ResourceInfo testResource5(B_MIME_STRING_TYPE, 74, &testResData1,

Completed in 39 milliseconds