# HG changeset patch # User Daniele Nicolodi # Date 1313935701 -7200 # Node ID 8dfcaabaee15c57aeff4ee280017b7c800579102 # Parent 4bc420e70b510c8eb37f8464b05f0d147adcb24d Update tests to reflect changes in HTML markup. diff -r 4bc420e70b51 -r 8dfcaabaee15 src/ltpdarepo/tests/browse-user.txt --- a/src/ltpdarepo/tests/browse-user.txt Sun Aug 21 16:01:25 2011 +0200 +++ b/src/ltpdarepo/tests/browse-user.txt Sun Aug 21 16:08:21 2011 +0200 @@ -36,7 +36,7 @@ >>> browser.url 'http://localhost/user/u1/edit' >>> browser.contents - '...
  • This field is required.
  • ...' + '...This field is required....' Set email too:: diff -r 4bc420e70b51 -r 8dfcaabaee15 src/ltpdarepo/tests/manage-databases.txt --- a/src/ltpdarepo/tests/manage-databases.txt Sun Aug 21 16:01:25 2011 +0200 +++ b/src/ltpdarepo/tests/manage-databases.txt Sun Aug 21 16:08:21 2011 +0200 @@ -33,7 +33,7 @@ >>> browser.url 'http://localhost/manage/databases/' >>> browser.contents - '...
    Database "database1" created.
    ...' + '...
    Database "database1" created.
    ...' View database:: @@ -52,7 +52,7 @@ >>> browser.url 'http://localhost/manage/databases/database1' >>> browser.contents - '...
    Database "database1" modified.
    ...' + '...
    Database "database1" modified.
    ...' >>> browser.contents '...

    Description: Test Database One

    ...' @@ -65,7 +65,7 @@ >>> browser.url 'http://localhost/manage/databases/+' >>> browser.contents - '...
  • MySQL already contains a datbase with this ID.
  • ...' + '...MySQL already contains a datbase with this ID....' or with the id of a system database:: @@ -74,7 +74,7 @@ >>> browser.url 'http://localhost/manage/databases/+' >>> browser.contents - '...
  • MySQL already contains a datbase with this ID.
  • ...' + '...MySQL already contains a datbase with this ID....' Drop operation can be cancelled:: @@ -97,5 +97,5 @@ >>> browser.url 'http://localhost/manage/databases/' >>> browser.contents - '...
    Database "database1" deleted.
    ...' + '...
    Database "database1" deleted.
    ...' diff -r 4bc420e70b51 -r 8dfcaabaee15 src/ltpdarepo/tests/manage-users.txt --- a/src/ltpdarepo/tests/manage-users.txt Sun Aug 21 16:01:25 2011 +0200 +++ b/src/ltpdarepo/tests/manage-users.txt Sun Aug 21 16:08:21 2011 +0200 @@ -34,7 +34,7 @@ >>> browser.url 'http://localhost/manage/users/' >>> browser.contents - '...
    User "user1" created.
    ...' + '...
    User "user1" created.
    ...' View user:: @@ -122,7 +122,7 @@ >>> browser.url 'http://localhost/manage/users/+' >>> browser.contents - '...
  • MySQL already contains an user with this username.
  • ...' + '...MySQL already contains an user with this username....' or with a system username:: @@ -132,4 +132,4 @@ >>> browser.url 'http://localhost/manage/users/+' >>> browser.contents - '...
  • MySQL already contains an user with this username.
  • ...' + '...MySQL already contains an user with this username....'