Skip to content
Snippets Groups Projects
Commit 2127657b authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2926] Code cleanup

parent 173615e9
Branches
Tags
No related merge requests found
...@@ -36,8 +36,8 @@ void AudioLayerTest::testAudioLayerConfig() { ...@@ -36,8 +36,8 @@ void AudioLayerTest::testAudioLayerConfig() {
int layer = Manager::instance().getAudioDriver()->getLayerType(); int layer = Manager::instance().getAudioDriver()->getLayerType();
if (layer != ALSA) // if (layer != ALSA)
Manager::instance().switchAudioManager(); // Manager::instance().switchAudioManager();
// TODO: Fix tests // TODO: Fix tests
//CPPUNIT_ASSERT ( (int) Manager::instance().getAudioDriver()->getSampleRate() == sampling_rate); //CPPUNIT_ASSERT ( (int) Manager::instance().getAudioDriver()->getSampleRate() == sampling_rate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment