/[svn]/linuxsampler/trunk/src/testcases/LSCPTest.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/LSCPTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 559 by schoenebeck, Sat Aug 21 15:31:36 2004 UTC revision 560 by schoenebeck, Sat May 21 11:47:55 2005 UTC
# Line 347  void LSCPTest::test_GET_AUDIO_OUTPUT_CHA Line 347  void LSCPTest::test_GET_AUDIO_OUTPUT_CHA
347      int devices   = atoi(answer.c_str());      int devices   = atoi(answer.c_str());
348      CPPUNIT_ASSERT(devices >= 0);      CPPUNIT_ASSERT(devices >= 0);
349      if (!devices) { // if there's no audio output device yet, try to create one      if (!devices) { // if there's no audio output device yet, try to create one
350          sendCommandToLSCPServer("GET AVAILABLE_AUDIO_OUTPUT_DRIVERS");          sendCommandToLSCPServer("LIST AVAILABLE_AUDIO_OUTPUT_DRIVERS");
351          string drivers = receiveSingleLineAnswerFromLSCPServer();          string drivers = receiveSingleLineAnswerFromLSCPServer();
352          CPPUNIT_ASSERT(drivers.size());          CPPUNIT_ASSERT(drivers.size());
353    

Legend:
Removed from v.559  
changed lines
  Added in v.560

  ViewVC Help
Powered by ViewVC