aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testconversionruletag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testconversionruletag.h')
-rw-r--r--tests/testconversionruletag.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/testconversionruletag.h b/tests/testconversionruletag.h
index afab68889..8ab1481b1 100644
--- a/tests/testconversionruletag.h
+++ b/tests/testconversionruletag.h
@@ -29,7 +29,10 @@ class TestConversionRuleTag : public QObject
{
Q_OBJECT
private slots:
- void testConversionRuleTag();
+ void testConversionRuleTagWithFile();
+ void testConversionRuleTagReplace();
+ void testConversionRuleTagAdd();
+ void testConversionRuleTagWithInsertTemplate();
};
-#endif \ No newline at end of file
+#endif