[#11848] Properly disable testPulseConnect

This commit is contained in:
Emmanuel Milou
2012-06-01 16:46:52 -04:00
parent 56b2f359cf
commit 92854a4b5f
2 changed files with 2 additions and 3 deletions

View File

@ -85,7 +85,6 @@ void AudioLayerTest::testAudioLayerSwitch()
}
}
/*
void AudioLayerTest::testPulseConnect()
{
TITLE();
@ -99,4 +98,4 @@ void AudioLayerTest::testPulseConnect()
pulselayer_ = dynamic_cast<PulseLayer*>(Manager::instance().getAudioDriver());
CPPUNIT_ASSERT(pulselayer_);
}*/
}

View File

@ -51,7 +51,7 @@ class AudioLayerTest: public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(AudioLayerTest);
CPPUNIT_TEST(testAudioLayerConfig);
CPPUNIT_TEST(testPulseConnect);
//CPPUNIT_TEST(testPulseConnect);
//TODO: this test ends the test sequence when using on a alsa only system
//CPPUNIT_TEST(testAudioLayerSwitch);
CPPUNIT_TEST_SUITE_END();