Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / preferences-test.h
index 32218daf31f8e74740c92543794df05022b3a599..8e8ddb65bb745041eec54ee6f3f1d646de1264f9 100644 (file)
@@ -78,7 +78,7 @@ public:
         prefs->addObserver(obs);
         prefs->setInt(path, 10);
         TS_ASSERT_EQUALS(obs.value, 10);
-        prefs->setInt("some/other/random/path", 10);
+        prefs->setInt("/some/other/random/path", 10);
         TS_ASSERT_EQUALS(obs.value, 10); // value should not change
         
         prefs->removeObserver(obs);
@@ -133,4 +133,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :