From 7542b0aa2149eac23976ad5da2b3602aa06dd986 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Wed, 2 May 2012 14:42:55 +0200 Subject: * [GAM-70] fix wrong type on database interface for source sound properties Signed-off-by: christian mueller --- .../test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AudioManagerDaemon/test') diff --git a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp index 4441f63..f056819 100644 --- a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp +++ b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp @@ -418,7 +418,7 @@ TEST_F(CAmControlInterfaceTest,ackSetSinkSoundProperty) std::vector handlesList; am_Handle_s handle; am_SoundProperty_s soundProperty; - uint16_t oldvalue; + int16_t oldvalue; pCF.createSink(sink); pCF.createDomain(domain); domain.name = "mock"; @@ -470,7 +470,7 @@ TEST_F(CAmControlInterfaceTest,ackSetSourceSoundProperty) std::vector handlesList; am_Handle_s handle; am_SoundProperty_s soundProperty; - uint16_t oldvalue; + int16_t oldvalue; pCF.createSource(source); pCF.createDomain(domain); domain.name = "mock"; -- cgit v1.2.1