summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* enable voting when testing voting, test countBookmarks()Gravatar cweiske2009-10-311-0/+85
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@485 b3834d28-1941-0410-a4f8-b48e95affb8f
* test getObjectUsers() and fix a bug found by the testsGravatar cweiske2009-10-311-0/+46
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@484 b3834d28-1941-0410-a4f8-b48e95affb8f
* unification test was unstable, tooGravatar cweiske2009-10-281-2/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@464 b3834d28-1941-0410-a4f8-b48e95affb8f
* test was unstable and did not work with empty users tableGravatar cweiske2009-10-281-2/+3
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@463 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix unfreed sql result and add deleteAll() for usersGravatar cweiske2009-10-281-0/+15
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@457 b3834d28-1941-0410-a4f8-b48e95affb8f
* add usertest to alltestsGravatar cweiske2009-10-281-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@451 b3834d28-1941-0410-a4f8-b48e95affb8f
* add usertest and check if setting a new user id also ↵Gravatar cweiske2009-10-281-0/+113
| | | | | | changes the user array git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@450 b3834d28-1941-0410-a4f8-b48e95affb8f
* test previously fixed bug: voting was updated for all ↵Gravatar cweiske2009-10-281-0/+91
| | | | | | bookmarks, not only the current one git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@449 b3834d28-1941-0410-a4f8-b48e95affb8f
* implement rewriteVotings() and unittest the methodGravatar cweiske2009-10-281-0/+28
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@448 b3834d28-1941-0410-a4f8-b48e95affb8f
* test that voting for other bookmarks does not change ↵Gravatar cweiske2009-10-281-1/+8
| | | | | | when voting for one bookmark git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@447 b3834d28-1941-0410-a4f8-b48e95affb8f
* add eric and ben as authorsGravatar cweiske2009-10-269-17/+78
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@429 b3834d28-1941-0410-a4f8-b48e95affb8f
* rename config.inc.php to config.php throughout the codeGravatar cweiske2009-10-261-3/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@428 b3834d28-1941-0410-a4f8-b48e95affb8f
* remove unreachable codeGravatar cweiske2009-10-251-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@426 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix tagtestGravatar cweiske2009-10-251-8/+9
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@422 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix one tag2tag test and make the other one report the ↵Gravatar cweiske2009-10-251-4/+18
| | | | | | real error git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@420 b3834d28-1941-0410-a4f8-b48e95affb8f
* tab 2 spaces in test filesGravatar cweiske2009-10-256-793/+793
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@419 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix testRename() tag2tag testGravatar cweiske2009-10-251-8/+25
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@418 b3834d28-1941-0410-a4f8-b48e95affb8f
* test if deleting bookmarks works. to do this, we need a ↵Gravatar cweiske2009-10-252-56/+132
| | | | | | new testbase method to create users, plus we need to return the uid when creating a new user. registration process needs to be adopted to that. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@417 b3834d28-1941-0410-a4f8-b48e95affb8f
* make bookmark tests work againGravatar cweiske2009-10-251-7/+25
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@415 b3834d28-1941-0410-a4f8-b48e95affb8f
* introduce testbase class and make all tests runnable ↵Gravatar cweiske2009-10-2510-97/+358
| | | | | | standalone git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@410 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix noticeGravatar cweiske2009-10-241-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@405 b3834d28-1941-0410-a4f8-b48e95affb8f
* clear votes table before testing votesGravatar cweiske2009-10-241-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@403 b3834d28-1941-0410-a4f8-b48e95affb8f
* Add VoteTest to AllTestsGravatar cweiske2009-10-241-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@402 b3834d28-1941-0410-a4f8-b48e95affb8f
* Implement voting service and unit tests for itGravatar cweiske2009-10-241-0/+353
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@401 b3834d28-1941-0410-a4f8-b48e95affb8f
* make it possible to run other tests standalone, tooGravatar cweiske2009-10-242-6/+4
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@398 b3834d28-1941-0410-a4f8-b48e95affb8f
* rename ServiceFactory::getServiceInstance() to get() - ↵Gravatar cweiske2009-10-236-34/+34
| | | | | | much easier to write git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@396 b3834d28-1941-0410-a4f8-b48e95affb8f
* get rid of headers-already-sent-errors when running unit ↵Gravatar cweiske2009-10-032-0/+8
| | | | | | tests on cli git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@390 b3834d28-1941-0410-a4f8-b48e95affb8f
* make tests run again (though they do not pass)Gravatar cweiske2009-10-038-46/+66
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@389 b3834d28-1941-0410-a4f8-b48e95affb8f
* make the application work againGravatar cweiske2009-10-036-34/+34
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@388 b3834d28-1941-0410-a4f8-b48e95affb8f
* Minor Fix: improve cache testGravatar mensonge2008-12-181-0/+4
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@205 b3834d28-1941-0410-a4f8-b48e95affb8f
* Major refactoring: improve tests process. add a main ↵Gravatar mensonge2008-12-187-598/+812
| | | | | | file called allTests.php. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@203 b3834d28-1941-0410-a4f8-b48e95affb8f
* New feature: private descriptions for tagsGravatar mensonge2008-04-211-0/+76
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@117 b3834d28-1941-0410-a4f8-b48e95affb8f
* Refactoring: rename sc_tags into sc_bookmarks2tags (and ↵Gravatar mensonge2008-04-215-18/+18
| | | | | | services, codes...) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@116 b3834d28-1941-0410-a4f8-b48e95affb8f
* New feature: menu box which displays tags included into ↵Gravatar mensonge2008-04-171-2/+19
| | | | | | the special tag menu [Config modified] git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@105 b3834d28-1941-0410-a4f8-b48e95affb8f
* Feature improvement: make rename tags more consistent ↵Gravatar mensonge2008-03-141-10/+20
| | | | | | (with regards to linked tags) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@85 b3834d28-1941-0410-a4f8-b48e95affb8f
* New Feature: save searches (and display a searchhistory box)Gravatar mensonge2008-03-142-1/+81
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@80 b3834d28-1941-0410-a4f8-b48e95affb8f
* Bug fix: correct counting for unified bookmarksGravatar mensonge2008-03-131-3/+3
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@77 b3834d28-1941-0410-a4f8-b48e95affb8f
* New feature: website thumbnailGravatar mensonge2008-03-111-6/+60
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@62 b3834d28-1941-0410-a4f8-b48e95affb8f
* Bug fixes: prevent from adding special characters into tagsGravatar mensonge2008-02-191-0/+20
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@44 b3834d28-1941-0410-a4f8-b48e95affb8f
* tests: add tests for search insensible to accents (but ↵Gravatar mensonge2008-02-191-0/+11
| | | | | | feature not implemented yet) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@41 b3834d28-1941-0410-a4f8-b48e95affb8f
* new feature: collaborative description for tags and ↵Gravatar mensonge2008-02-132-0/+103
| | | | | | bookmarks git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@36 b3834d28-1941-0410-a4f8-b48e95affb8f
* bug fix: bug when inserting a relation already into the baseGravatar ericdane2008-02-081-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@35 b3834d28-1941-0410-a4f8-b48e95affb8f
* tests fix: enable tests for getLinks()Gravatar mensonge2008-02-051-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@34 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix interface: make easier the management of tag linksGravatar mensonge2008-02-051-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@33 b3834d28-1941-0410-a4f8-b48e95affb8f
* new feature: structured tags, add synonym linkGravatar mensonge2008-01-281-9/+38
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@29 b3834d28-1941-0410-a4f8-b48e95affb8f
* New feature: structured tags, add synonym links (in backend)Gravatar mensonge2008-01-251-12/+99
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@28 b3834d28-1941-0410-a4f8-b48e95affb8f
* Test: improve readibility of test of bookmark unicity (url)Gravatar mensonge2008-01-231-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@25 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface design: merging of bookmarks with same URLsGravatar mensonge2008-01-231-0/+43
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@24 b3834d28-1941-0410-a4f8-b48e95affb8f
* add stats to tags relation and use them to display tagsGravatar mensonge2008-01-221-3/+139
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@21 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface design: structured tags on frontpage and tag ↵Gravatar mensonge2008-01-111-0/+5
| | | | | | pages + permission control added to add and delete tag links git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@10 b3834d28-1941-0410-a4f8-b48e95affb8f