Skip to content

Commit

Permalink
Add more unit tests for Wiki module
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Dec 27, 2018
1 parent cd3eccf commit df82ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awa/regtests/awa-testsuite.adb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ with AWA.Settings.Modules.Tests;
with AWA.Comments.Modules.Tests;
with AWA.Changelogs.Modules.Tests;
with AWA.Wikis.Modules.Tests;
with AWA.Wikis.Tests;

with Servlet.Server;
package body AWA.Testsuite is
Expand Down Expand Up @@ -120,6 +121,7 @@ package body AWA.Testsuite is
AWA.Tags.Modules.Tests.Add_Tests (Ret);
AWA.Questions.Modules.Tests.Add_Tests (Ret);
AWA.Wikis.Modules.Tests.Add_Tests (Ret);
AWA.Wikis.Tests.Add_Tests (Ret);
return Ret;
end Suite;

Expand Down

0 comments on commit df82ea2

Please sign in to comment.