mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#11848] Properly disable testPulseConnect
This commit is contained in:
@ -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_);
|
||||
}*/
|
||||
}
|
||||
|
@ -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();
|
||||
|
Reference in New Issue
Block a user