[gcalctool] Update unittests for new kelvin units



commit 426313520ca5a2b022e2e9a3f7ec2997c80285ba
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Apr 20 12:16:34 2011 +1000

    Update unittests for new kelvin units

 src/test-mp-equation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c
index a046816..57dddb6 100644
--- a/src/test-mp-equation.c
+++ b/src/test-mp-equation.c
@@ -152,7 +152,7 @@ test_conversions()
     //test("0Ë?K in Ë?C", "â??273.15", 0);
     test("100degC in degF", "212", 0);
     test("0degC in degF", "32", 0);
-    test("0degK in degC", "â??273.15", 0);
+    test("0 K in degC", "â??273.15", 0);
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]