John Firebaugh
e91956d0f7
Fix test failures
2013-11-19 10:30:18 -08:00
Tom Hughes
41e45bad51
Remove the _osm_username cookie and session validation logic
...
This was a temporary hack to workaround issues with sessions getting
mixed up at the time of the rails 3.1 upgrade, but logs indicate that
whatever the original problem was it is no longer occurring.
2013-11-17 21:52:39 +00:00
Tom Hughes
3e985f3ab9
Add more tests for hidden diary entries and comments
2013-10-15 19:21:39 +01:00
Tom Hughes
4f05b6a8ac
Add tests for diary_entry#comments
2013-10-15 18:24:51 +01:00
Tom Hughes
53b70a5971
Add tests for diary_entry#hide and diary_entry#hidecomment
2013-10-15 18:09:39 +01:00
Tom Hughes
57219d516a
Fix routing of RSS feeds
2013-09-23 11:05:35 +01:00
Tom Hughes
70448559b2
Remove format specifier from RSS feed route tests
2013-09-21 12:03:53 +01:00
Tom Hughes
984c6dc114
Update to rails 4.0.0
2013-09-21 11:35:45 +01:00
Tom Hughes
703663c4a2
Add a test for commenting on diary entries
2013-02-03 15:50:09 +00:00
Tom Hughes
e29c47b056
Add a test for diary entry creation
2013-02-03 14:35:02 +00:00
Tom Hughes
3cb0613db1
Fixup test failure
2013-01-16 18:39:26 +00:00
Tom Hughes
ed699548e6
Update tests for layout changes
2013-01-14 22:30:54 +00:00
Tom Hughes
3ec1a05988
Update tests for changes to HTML escaping in rails 3.2.8
2012-08-17 22:57:58 +01:00
Tom Hughes
04017d0e7a
Fix tests to cope with stricter route enforcement in rails 2.3.6
2012-06-18 13:03:03 +01:00
Tom Hughes
9813d9f1e4
Get all the tests passing under ruby 1.9
2012-05-27 13:51:25 +01:00
Tom Hughes
561f2f694a
Add preview functionality to rich text controls
2012-03-17 16:36:57 +00:00
Tom Hughes
ef820ade46
Fix some incorrect tests that relied on the default routes
2012-03-09 20:16:18 +00:00
Tom Hughes
90e46a58de
Add routing tests for all supported routes
2012-03-09 19:49:44 +00:00
Tom Hughes
33fb432beb
Update tests to set the username cookie as necessary
2011-11-14 09:42:59 +00:00
Tom Hughes
bd7a912aa6
Specify the format when requesting an RSS feed
2011-11-14 09:42:48 +00:00
Tom Hughes
c24967d168
Remove :root qualifiers as they don't seem to work in rails 2.3.14
2011-08-22 22:42:38 +01:00
Matt Amos
8b12abd5bb
Phase 2 CTs implementation and tests, with config parameter
2011-04-03 13:46:16 +01:00
Tom Hughes
6f73468f18
Convert diary views to use CSS based user specific components
2010-07-21 22:24:35 +01:00
Tom Hughes
0b913efd05
Use Nominatim to reverse geocode diary location information and display
...
a friendly human readable location instead of some coordinates.
2010-02-27 12:41:56 +00:00
Tom Hughes
8cd02f4136
Drop the username from the "new diary entry" link to avoid problems
...
with caching - we don't need it as we know who the logged in user is
when a diary posting is made.
2010-02-04 15:48:40 +00:00
Štefan Baebler
93c592bbe4
tests for diary rss feeds
2009-08-19 05:07:26 +00:00
Shaun McDonald
887eba8c8d
More tests to check that user creation works, and the url in the e-mail is the same. Seems that we can only test that a particular page is loading fine in all locales in the integration tests, and not the functional tests.
2009-06-07 21:07:07 +00:00
Shaun McDonald
7a083ec18a
fix to the diary entry test
2009-05-31 22:41:57 +00:00
Shaun McDonald
b031feeb4b
fix to the diary entry test
2009-05-31 22:36:37 +00:00
Tom Hughes
dda2ccafe7
Fix a couple of diary tests.
2009-05-30 16:51:56 +00:00
Shaun McDonald
b377927a64
Diary entries pretty much i18n'd. Additional test that checks there are no missing translation strings, need more like it.
2009-05-27 17:19:59 +00:00
Shaun McDonald
6ba51da46e
translating the listing of diary entries. Adding some initial tests for checking that you don't get any errors in any locale, when listing the diary entries. Don't yet check for missing translations through an assert_select, .., :count => 0.
2009-05-27 15:06:25 +00:00
Shaun McDonald
7cda38bb25
Diary entry test for the new language field. Currently fails as expected.
2009-05-26 15:36:10 +00:00
Shaun McDonald
0dd0f1881d
Fixing some of the tests, adding the new tests to make sure that you can't edit when your not a public user
2009-04-18 17:17:22 +00:00
Shaun McDonald
bdd5c317a7
Adding some more diary entry tests. Making the RSS feed links more portable, by using the SERVER_URL constant. Fixing the validation for the length of the language of diary entries until the i18n branch is integrated.
2008-11-13 17:20:40 +00:00
Shaun McDonald
797cbaab1e
Covering the case of an entry not being found. More diary entry tests.
2008-11-12 18:48:58 +00:00
Shaun McDonald
22f3d7ce2e
more diary entry test
2008-11-11 18:33:08 +00:00
Shaun McDonald
995c9df195
more diary entry tests, and a minor fix to the relation member that makes the code a bit more readable.
2008-11-11 18:07:59 +00:00
Shaun McDonald
f3e382732a
slight more work on the diary test
2008-11-10 19:21:59 +00:00
Shaun McDonald
5ed41857f7
adding first integration for testing user diaries, as multiple controllers are required. more work required.
2008-11-09 19:51:56 +00:00
Shaun McDonald
c6592045c4
Adding some diary fixtures and test stubs
2008-11-08 11:34:58 +00:00
Shaun McDonald
79284559af
Adding stub functional test files for all the controllers that should have tests written for them.
2008-10-28 12:49:51 +00:00