tests apps fixed to used new testServer channel names, test prefix

This commit is contained in:
Matej Sekoranja
2012-11-12 21:52:55 +01:00
parent 66615bdb64
commit 7ec992906e
4 changed files with 6 additions and 6 deletions

View File

@@ -304,7 +304,7 @@ return -1;
char buf[64];
for (int i = 0; i < CHANNELS; i++)
{
sprintf(buf, "array%d_%d", ARRAY_SIZE, i);
sprintf(buf, "testArray%d_%d", ARRAY_SIZE, i);
pvs.push_back(buf);
//printf("%s\n", buf);
}