--- 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