---
 test/test-advice-of-charge |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test-advice-of-charge b/test/test-advice-of-charge
index d71b7c6..9f3f655 100755
--- a/test/test-advice-of-charge
+++ b/test/test-advice-of-charge
@@ -73,7 +73,7 @@ if __name__ == "__main__":
        else:
                try:
                        if property == 'AccumulatedCallMeterMaximum':
-                               newvalue = int(newvalue)
+                               newvalue = dbus.UInt32(newvalue)
                        elif property == 'PricePerUnit':
                                newvalue = float(newvalue)
                        cm.SetProperty(property, newvalue, pin)
-- 
1.7.1

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to