From 08e859aae7c6fe93b74612087eec5cf25a4acf82 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 14 Jan 2015 18:10:29 +0100 Subject: [PATCH] fix headers --- developer_manual/app/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index 8327eba5c..349bffb77 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -438,7 +438,7 @@ This is all that is needed on the server side. Now let's progress to the client Writing a test for the controller (recommended) -============================================ +=============================================== Tests are essential for having happy users and a carefree life. No one wants their users to rant about your app breaking their ownCloud or being buggy. To do that you need to test your app. Since this amounts to a ton of repetitive tasks, we need to automate the tests. Unit Tests