[doc] output has changed
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 21 Feb 2019 15:25:23 +0100
changeset 12385 ec8d3d8a9cf7
parent 12384 b2e0b6a8f76c
child 12386 7c3675442bd5
[doc] output has changed
doc/tutorials/advanced/part02_security.rst
--- a/doc/tutorials/advanced/part02_security.rst	Thu Feb 21 15:18:09 2019 +0100
+++ b/doc/tutorials/advanced/part02_security.rst	Thu Feb 21 15:25:23 2019 +0100
@@ -378,11 +378,11 @@
 
 .. sourcecode:: bash
 
-    $ python test/unittest_sytweb.py
-    ========================  unittest_sytweb.py  ========================
-    -> creating tables [....................]
+    $ python test/test_sytweb.py
+    ======================================================================
+    -> creating tables [====================]
     -> inserting default user and default groups.
-    -> storing the schema in the database [....................]
+    -> storing the schema in the database [====================]
     -> database for instance data initialized.
     .
     ----------------------------------------------------------------------
@@ -396,8 +396,8 @@
 
 .. sourcecode:: bash
 
-    $ python test/unittest_sytweb.py
-    ========================  unittest_sytweb.py  ========================
+    $ python test/test_sytweb.py
+    ======================================================================
     .
     ----------------------------------------------------------------------
     Ran 1 test in 2.662s