[doc] output has changed 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 21 Feb 2019 15:25:23 +0100
branch3.26
changeset 12450 2fa51ebf9358
parent 12449 3724ddd950d3
child 12451 fd4e287012a9
[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