add test for searchCache and searchWordListCache
[mdictionary] / trunk / src / plugins / xdxf / tests / test.cpp
index 93b5c1c..69c8f5b 100644 (file)
 #include <QSignalSpy>
 
 void XdxfTest::getNew() {
+
     XdxfPlugin xdxfPlugin(this);
     Settings *settings=new Settings;
     settings->setValue("path","../tests/dict.xdxf");
-
     CommonDictInterface *xdxfPlugin2 = xdxfPlugin.getNew(settings);
+
     QList<Translation*> te6=xdxfPlugin2->searchWordList("*",8);
-        QCOMPARE(te6.size(),8);
+    QCOMPARE(te6.size(),8);
 }
 
-void XdxfTest::search() {
-    /*test for English-Polish dictionary */
+void XdxfTest::searchFile() {
+
     XdxfPlugin xdxfPluginB(this);
+    Settings *settings=new Settings;
+    settings->setValue("path","../tests/dict.xdxf");
+    CommonDictInterface *xdxfPlugin = xdxfPluginB.getNew(settings);
 
+    QCOMPARE(xdxfPlugin->search("."), QString("<t>kropka</t>"));
+    QCOMPARE(xdxfPlugin->search("1"), QString("<t>one</t>"));
+    QCOMPARE(xdxfPlugin->search("test"), QString("<t><c c=\"FF00FF\">kro</c>test01<pos>krowa</pos></t>"));
+}
 
+void XdxfTest::makeCache()
+{
+    XdxfPlugin xdxfPluginB(this);
+    Settings *settings=new Settings;
+    settings->setValue("path","../tests/dict.xdxf");
+    settings->setValue("generateCache", "true");
+    CommonDictInterface *xdxfPlugin = xdxfPluginB.getNew(settings);
+    QCOMPARE(xdxfPlugin->settings()->value("cached"),tr("true"));
+}
 
+void XdxfTest::searchCache() {
+    XdxfPlugin xdxfPluginB(this);
     Settings *settings=new Settings;
     settings->setValue("path","../tests/dict.xdxf");
+    settings->setValue("generateCache", "true");
     CommonDictInterface *xdxfPlugin = xdxfPluginB.getNew(settings);
 
-    xdxfPlugin->search("wino");
+    QCOMPARE(xdxfPlugin->settings()->value("cached"),tr("true"));
     QCOMPARE(xdxfPlugin->search("."), QString("<t>kropka</t>"));
     QCOMPARE(xdxfPlugin->search("1"), QString("<t>one</t>"));
-
     QCOMPARE(xdxfPlugin->search("test"), QString("<t><c c=\"FF00FF\">kro</c>test01<pos>krowa</pos></t>"));
 }
 
-void XdxfTest::searchWordList() {
-     /*test for English-Polish dictionary */
+void XdxfTest::searchWordListCache(){
     XdxfPlugin xdxfPluginB(this);
+    Settings *settings=new Settings;
+    settings->setValue("path","../tests/dict.xdxf");
+    settings->setValue("generateCache", "true");
+    CommonDictInterface *xdxfPlugin = xdxfPluginB.getNew(settings);
+
+    QList<Translation*> te = xdxfPlugin->searchWordList(".", 10);
+    if(te.size()>0)
+        QCOMPARE(te.size(), 9);
+    QList<Translation*> te2 = xdxfPlugin->searchWordList("1",10);
+    QCOMPARE(te2.size(), 5);
+
+    QList<Translation*> te3 = xdxfPlugin->searchWordList("1", 2);
+        QCOMPARE(te3.size(), 2);
 
+    QList<Translation*> te4 = xdxfPlugin->searchWordList("ho*SE", 10);
+        QCOMPARE(te4.at(0)->key(), QString("house"));
+
+    QList<Translation*> te5 = xdxfPlugin->searchWordList("*");
+        QCOMPARE(te5.size(), 9);
+
+    QList<Translation*> te6 = xdxfPlugin->searchWordList("*", 8);
+        QCOMPARE(te6.size(), 8);
+
+    QList<Translation*> te7 = xdxfPlugin->searchWordList("*ou*");
+        QCOMPARE(te7.at(0)->key(), QString("house"));
+
+    QList<Translation*> te8 = xdxfPlugin->searchWordList("1?");
+        QCOMPARE(te8.at(0)->key(), QString("10"));
+
+    QList<Translation*> te9 = xdxfPlugin->searchWordList("1???");
+        QCOMPARE(te9.at(0)->key(), QString("1000"));
+
+    QList<Translation*> te10 = xdxfPlugin->searchWordList("1????*");
+        QCOMPARE(te10.at(0)->key(), QString("1 000 000"));
+
+    QList<Translation*> te11 = xdxfPlugin->searchWordList("h**?*?**e");
+        QCOMPARE(te11.at(0)->key(), QString("house"));
+}
+
+void XdxfTest::searchWordListFile() {
+
+    XdxfPlugin xdxfPluginB(this);
     Settings *settings=new Settings;
     settings->setValue("path","../tests/dict.xdxf");
     CommonDictInterface *xdxfPlugin = xdxfPluginB.getNew(settings);
+
     QList<Translation*> te = xdxfPlugin->searchWordList(".", 10);
     if(te.size()>0)
         QCOMPARE(te.size(), 9);
@@ -92,9 +152,9 @@ void XdxfTest::searchWordList() {
 }
 
 void XdxfTest::stop() {
-    /*test for English-Polish dictionary */
+
     XdxfPlugin xdxfPluginB(this);
-//    xdxfPlugin.setPatch("dict.xdxf");
+//  xdxfPlugin.setPatch("dict.xdxf");
 
     Settings *settings=new Settings;
     settings->setValue("path","../tests/dict.xdxf");
@@ -103,20 +163,17 @@ void XdxfTest::stop() {
     QString string("*");
     QFuture<QList<Translation*> > future = QtConcurrent::run(xdxfPlugin, &CommonDictInterface::searchWordList, string, 10);
     QList<Translation*> te5 = future.result();
-
     QCOMPARE(te5.size(), 9);
 }
 
 
 void XdxfTest::langFrom() {
-     /*test for English-Polish dictionary */
-    XdxfPlugin xdxfPluginB(this);
-//    xdxfPlugin.setPatch("dict.xdxf");
 
+    XdxfPlugin xdxfPluginB(this);
     Settings *settings=new Settings;
     settings->setValue("path","../tests/dict.xdxf");
     CommonDictInterface *xdxfPlugin = xdxfPluginB.getNew(settings);
-    xdxfPlugin->searchWordList("rope", 10);
+
     QCOMPARE(xdxfPlugin->langFrom(), QString("ENG"));
 }