# HG changeset patch # User Laurent Peuch # Date 1550759123 -3600 # Node ID 2fa51ebf93587ea928eb91954fc8ac5683782c3e # Parent 3724ddd950d35b87f7303fdb60d3a9dc918bf7a6 [doc] output has changed diff -r 3724ddd950d3 -r 2fa51ebf9358 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