in XdxfPlugin in function searchWordList add unlimited number of words
[mdictionary] / trunk / src / plugins / xdxf / tests / test.h
index 45c5fd1..484d6ff 100644 (file)
 #define TEST_H
 
 #include <QtTest/QtTest>
-#include "../src/XdxfPlugin/xdxfplugin.h"
-#include "../src/XdxfPlugin/TranslationXdxf.h"
-#include "../../../includes/translation.h"
-
 #include <QList>
 #include <QTime>
 
+
+#include "../src/xdxfplugin.h"
+
  class Testowanie: public QObject
  {
      Q_OBJECT
@@ -39,6 +38,7 @@
      void search();
      void searchWordList();
      void langFrom();
+     void getNew();
  };