Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
644 B

  1. NAME
  2. test.pl - a set of basic tests for Wala.pm
  3. SYNOPSIS
  4. Given a working installation and configuration file:
  5. ./test.pl
  6. DESCRIPTION
  7. This section to-come.
  8. MISSING TESTS
  9. These items aren't tested at all, at the moment. A number of them aren't
  10. particularly trivial to test.
  11. sub get_diff
  12. sub get_latest_diff_date
  13. sub write_page
  14. sub add_to_page
  15. sub log_page_edit
  16. sub parse_cookies
  17. sub write_cookies_to_browser
  18. sub setup
  19. sub parse_parameters
  20. sub write_diff
  21. sub merge_diff
  22. SEE ALSO
  23. validate.pl in the WalaWiki distribution.