source: ComponentRegistry/trunk/ComponentRegistry/src/test/java/clarin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5872   10 years twan.goosen Made component and profile 'raw types' (expanded XML and XSD) …
(edit) @5832   10 years twan.goosen removed superfluous group methods of REST interface not used by the client
(edit) @5828   10 years twan.goosen removed rest operation for creating groups
(edit) @5817   10 years twan.goosen made constants for the registry space names
(edit) @5813   10 years twan.goosen Also allow other (non-creator) group members to transfer an item to …
(edit) @5802   10 years twan.goosen Improved performance of component usage checking (by at least a factor …
(edit) @5800   10 years twan.goosen testing of unauthenticated or unauthorized requests for groups
(edit) @5791   10 years twan.goosen Added the authentication required exception, thrown in the Component …
(edit) @5788   10 years twan.goosen fixed get user profiles test
(edit) @5787   10 years twan.goosen Added test for listing public components without authentication
(edit) @5783   10 years twan.goosen Added tests for unauthenticated requests to public components/profiles
(edit) @5782   10 years twan.goosen added tests for getting and deleting components/profiles
(edit) @5721   10 years olhsha User friendliness: group name is added in the title of an Rss feed
(edit) @5717   10 years olhsha Rss items are now sorted in descending order (the youngest, with the …
(edit) @5606   10 years olhsha group identifier is made "groupId" everywhere, referred as a constant …
(edit) @5603   10 years olhsha little fixes
(edit) @5568   10 years olhsha Unit test for getting xml, xsd for descriptions in groups
(edit) @5567   10 years olhsha Unit test for posting comments for descriptions in groups
(edit) @5566   10 years olhsha Unit test for deleting comments from groups.
(edit) @5565   10 years olhsha Unit test for deleting profiles and components from groups.
(edit) @5564   10 years olhsha Unit test for publishing profiles and components from groups.
(edit) @5563   10 years olhsha Unit test for updating profiles and components from groups.
(edit) @5561   10 years olhsha Unit test for getting rss of profiles and components from groups, and …
(edit) @5560   10 years olhsha Unit test for getting comments of profiles and components from groups.
(edit) @5556   10 years olhsha Unit test for getting profiles and components from groups. A little …
(edit) @5554   10 years olhsha Adding transfer owner ship and fixing the method
(edit) @5553   10 years olhsha fixing serialisation issues for List<String>. Adding unit tests for …
(edit) @5552   10 years olhsha Fixed issued arising after testing on localhost tomcat (completed)
(edit) @5550   10 years olhsha Fixed exception that have appeared while unit-testing
(edit) @5549   10 years olhsha Added group service. Tested via the tomcat on loclahots (test URI and …
(edit) @4550   11 years twagoo Fixed errors due to schema change allowing only one root element in a …
(edit) @4139   11 years George.Georgovassilis Fixing spurious unit test failures for java 6
(edit) @4138   11 years George.Georgovassilis Fixing spurious unit test failures for java 6
(edit) @4131   11 years George.Georgovassilis #465: merged from 1.14
(edit) @4098   11 years George.Georgovassilis #360, #431, #432: JPA and unified component entities
(edit) @3998   11 years George.Georgovassilis #443: fixing CommentResponse? attribute order
(edit) @3660   11 years George.Georgovassilis #143: groups for server, UI. removed old group ownership classes.
(edit) @3588   11 years George.Georgovassilis #143: committing server part
(edit) @3451   11 years George.Georgovassilis #360 Fixes for shha lux16 environment and renaming of DAO interfaces …
(edit) @3449   11 years George.Georgovassilis #360 Refactoring of transaction handling, tests and application context
(edit) @3088   11 years twagoo Changes in MdMarshaller? and its usage: - now used as an instantiated …
(edit) @3035   11 years twagoo Renamed DEVELOPMENT status to PRIVATE and added DEVELOPMENT and …
(edit) @2556   12 years twagoo Component usage checking: * REST method has userspace=true default …
(edit) @2515   12 years twagoo Merged changes from Olha's branch to trunk
(edit) @2491   12 years twagoo Unit test reflects expected return of 401 instead of 500 on attempted …
(edit) @2347   12 years twagoo Recursion check now happens on copy of spec so that original spec …
(edit) @2189   12 years twagoo Added mandatory 'version' attribute to RSS output
(edit) @2146   12 years twagoo Added a test for marshalling an RSS object
(edit) @1993   12 years twagoo ComponentRegistryFactory? now using ComponentStatus? and Owner instead …
(edit) @1992   12 years twagoo Created 'ComponentStatus?' enum and 'Owner' classes, and replaced …
(edit) @1916   12 years twagoo Added test for registering a large profile
(edit) @1895   12 years twagoo CommentsDao?.getById takes Id as Number. Added test for this method
(edit) @1894   12 years twagoo Fixed manipulate comment methods (for deleting without http DELETE) in …
(edit) @1892   12 years twagoo Added canDelete property to Comment ComponentRegistryDbImpl? sets …
(edit) @1870   12 years twagoo If requested component not found, return 404 in REST service
(edit) @1861   12 years twagoo ConcurrentRestService?: limited number of profiles and components to …
(edit) @1836   12 years twagoo When registering comment, use display name from DB. Fixes #144
(edit) @1816   12 years twagoo Merged changes made in ComponentRegistry-schematron branch to trunk …
(edit) @1799   13 years twagoo Increased interval between adding of comments in test, precision is …
(edit) @1791   13 years twagoo RestServiceTest?: sleep 10ms between insertion of comments so that …
(edit) @1790   13 years twagoo When registering a component, set creatorName in component description …
(edit) @1789   13 years twagoo Added test for updateUser method of UserDao? Related to #156
(edit) @1753   13 years twagoo Expand profile when registering or updating component/profile, so that …
(edit) @1717   13 years twagoo Store id in comment object after successfully adding it to the database
(edit) @1701   13 years twagoo Added comments count to component/profile description model. Retrieved …
(edit) @1699   13 years twagoo Fixed tests that had not been updated after recent changes
(edit) @1698   13 years twagoo Fixed userId checking when posting a comment Wrote tests for …
(edit) @1697   13 years twagoo Added user_name column to comments table to store user's 'real' name …
(edit) @1696   13 years twagoo Moved inner class UserMapping?.User to outer class RegistryUser?, …
(edit) @1692   13 years twagoo Fix in RegistryTestHelper? after previous changes
(edit) @1691   13 years twagoo Made adding, deleting, retrieving of comments more restrictive by …
(edit) @1690   13 years twagoo Return 401 when trying to do perform an action on the REST service …
(edit) @1689   13 years twagoo Merged changes in 'jeafer' branch which implement the server side …
(edit) @1603   13 years twagoo Renamed ComponentRegistryDatabase? in test packages to …
(edit) @1602   13 years twagoo Added column 'show_in_editor' to profile descriptions table in …
(edit) @1583   13 years twagoo case typo in test case fixed
(edit) @1582   13 years twagoo Fixed potential issue with validation and AttributeList? being null on …
(edit) @1562   13 years twagoo Detect recursion when expanding profiles/components, and throw an …
(edit) @1459   13 years twagoo Fixed RegisterResponseTest? to include required attribute …
(edit) @1454   13 years twagoo Merged changes from 1.8.1 (see tag) patch
(edit) @1450   13 years patdui cleaned up imports
(edit) @1420   13 years patdui * refactored tests a bit, made them into one class again now that the …
(edit) @1419   13 years patdui * deleted add fileSystem related implementation/configuration code. We …
(edit) @1386   13 years twagoo Switched assert statements in test
(edit) @1378   13 years patdui * added default sorting in database for descriptions.
(edit) @1374   13 years patdui * fixed date formatting
(edit) @1373   13 years patdui removed TODO's tests are actually fine like this probably simpler and …
(edit) @1372   13 years patdui * moved AdminRegistry? to database package
(edit) @1369   13 years patdui * fixed undelete admin button, also added unique constraints to the …
(edit) @1364   13 years patdui * made admin pages work with db implementation. (undelete is still …
(edit) @1361   13 years twagoo Added transaction management to AbstractDescriptionDao?
(edit) @1359   13 years twagoo ComponentRegistryException? thrown from ComponentSpecExpander?
(edit) @1358   13 years patdui * added getDeletedDescription test
(edit) @1354   13 years patdui removed unused param
(edit) @1353   13 years twagoo Created Db and FS implementations of REST concurrency test
(edit) @1352   13 years twagoo Improved exception throwing and handling. New generic exception class …
(edit) @1348   13 years twagoo Added href column to description tables. Added missing fields to dao …
(edit) @1346   13 years twagoo DbImpl?: only get descriptions and MD by id that are in the active …
(edit) @1345   13 years twagoo DbImpl? makes proper use of authenticated user id. For this, …
(edit) @1343   13 years twagoo dbImpl: checkStillUsed (now shared by RegistryImpl?'s) in …
Note: See TracRevisionLog for help on using the revision log.