aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testaddfunction.h
diff options
context:
space:
mode:
authorrenato <renato.filho@openbossa.org>2009-12-08 15:58:11 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-08 16:55:09 -0300
commit00a880f4d61a6a32f3e1dcaa4a692a6e430c123a (patch)
treecd720a51170898d35a2b384f3040ebd6f9b718f8 /tests/testaddfunction.h
parent6d16532a7d504cd1fcd7553957e7e53beac7fc37 (diff)
Fixed support for modify args in add-function tag.
Created tests. Reviewed by Hugo Lima <hugo.lima@openbossa.org>
Diffstat (limited to 'tests/testaddfunction.h')
-rw-r--r--tests/testaddfunction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testaddfunction.h b/tests/testaddfunction.h
index 5600da7dc..98c0f83ba 100644
--- a/tests/testaddfunction.h
+++ b/tests/testaddfunction.h
@@ -34,7 +34,8 @@ private slots:
void testAddFunctionConstructor();
void testAddFunctionTagDefaultValues();
void testAddFunctionCodeSnippets();
- void testFunctionWithoutParenteses();
+ void testAddFunctionWithoutParenteses();
+ void testAddFunctionWithDefaultArgs();
};
#endif