# HG changeset patch # User Laurent Peuch # Date 1550759123 -3600 # Node ID ec8d3d8a9cf7aae41edc491ee3d9bd40e7115972 # Parent b2e0b6a8f76c40a8a6d4dcf5a8b05ecdca3bdbc4 [doc] output has changed diff -r b2e0b6a8f76c -r ec8d3d8a9cf7 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