浏览代码

Revert "fix test"

This reverts commit f35e2efd4efea9b5a17f8e3a30ee2665b497b911.
Daniel Molkentin 12 年之前
父节点
当前提交
83e628b9f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/testutility.h

+ 1 - 1
test/testutility.h

@@ -21,7 +21,7 @@ private slots:
     void testFormatFingerprint()
     {
         QVERIFY2(formatFingerprint("68ac906495480a3404beee4874ed853a037a7a8f")
-                 == "68 ac 90 64 95 48 0a 34 04 be ee 48 74 ed 85 3a 03 7a 7a 8f",
+                 == "68:ac:90:64:95:48:0a:34:04:be:ee:48:74:ed:85:3a:03:7a:7a:8f",
 		"Utility::formatFingerprint() is broken");
     }
     void testOctetsToString()