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

@@ -79,7 +79,7 @@ int main()
char buf[16];
for (int i = 0; i < N_CHANNELS; i++)
{
sprintf(buf, "record%d", (i+1));
sprintf(buf, "test%d", (i+1));
channels[i] = provider->createChannel(buf, channelRequester);
}