From 44a234f9b029997553d16967ac0ca981e4416836 Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Sun, 30 Oct 2011 11:21:46 +0100 Subject: [PATCH] Fixed lots of test failures caused by my previous commit. There are still some which I don't know how to fix. --- test/testclass.cpp | 2 +- test/testother.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testclass.cpp b/test/testclass.cpp index d2d7c8817..1821957d8 100644 --- a/test/testclass.cpp +++ b/test/testclass.cpp @@ -3517,7 +3517,7 @@ private: if (s) settings = *s; else - settings.addEnabled("information"); + settings.addEnabled("style"); // Tokenize.. Tokenizer tokenizer(&settings, this); diff --git a/test/testother.cpp b/test/testother.cpp index c924d037d..391cbc480 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -480,7 +480,7 @@ private: errout.str(""); Settings settings; - settings.addEnabled("information"); + settings.addEnabled("style"); // Tokenize.. Tokenizer tokenizer(&settings, this);