Test suite runs and passes! master
authorEevee <git@veekun.com>
Sun, 10 Jan 2010 09:26:09 +0000 (01:26 -0800)
committerEevee <git@veekun.com>
Sun, 10 Jan 2010 09:26:09 +0000 (01:26 -0800)
commit79cb1c0d3048c165fd3b9ff287ee1fbe361f904d
treed914430f0913f17d794a960a2535808751711ac0
parentd2cfab09f98980d5c1d433a9e75eb65e0b13b0aa
Test suite runs and passes!

- Fixed some uses of UserRelation, which is now called UserRelationship.

- Fixed link generation on the users list.

- Removed some of the shabti cruft from the main test setup script.  The
  test suite now creates the entire database once at the very beginning,
  then drops everything at the very end.

- Stubber-ed out various stub controller tests that assumed an 'index'
  action which no longer exists.

- Changed the shabti test that assumes / contains a mention of Elixir.

- Removed the shabti tests which defined some bogus tables and then
  tried to use them, for reasons I cannot fathom.
13 files changed:
floof/controllers/relation.py
floof/templates/users/index.mako
floof/tests/__init__.py
floof/tests/functional/test_account.py
floof/tests/functional/test_appserver.py
floof/tests/functional/test_art.py
floof/tests/functional/test_comments.py
floof/tests/functional/test_gallery.py
floof/tests/functional/test_tag.py
floof/tests/functional/test_user_settings.py
floof/tests/functional/test_users.py
floof/tests/test_models.py
test.ini