From 1c4a029564a567be8b596de1f8a46e42a39b511c Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 10 Mar 2012 02:08:01 +0000 Subject: [PATCH] basic oekaki test --- contrib/oekaki/test.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/oekaki/test.php diff --git a/contrib/oekaki/test.php b/contrib/oekaki/test.php new file mode 100644 index 00000000..f4257590 --- /dev/null +++ b/contrib/oekaki/test.php @@ -0,0 +1,9 @@ +log_in_as_user(); + $this->get_page("oekaki/create"); + $this->log_out(); + } +} +?>