source: ComponentRegistry/trunk/ComponentRegistry/src/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5917   10 years twan.goosen First steps towards adapting to CCR as a replacement of ISOcat (refs …
(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) @5668   10 years twan.goosen fixed one more external
(edit) @5667   10 years twan.goosen fixed externals to cmdi toolkit
(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) @4680   11 years twan.goosen CMDValidate version -> 1.2-SNAPSHOT
(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   12 years twagoo Changes in MdMarshaller? and its usage: - now used as an instantiated …
(edit) @3087   12 years twagoo added files needed for xslt/xsd catalog for testing
(edit) @3086   12 years twagoo www.clarin.eu/cmd -> infra.clarin.eu/cmd
(edit) @3035   12 years twagoo Renamed DEVELOPMENT status to PRIVATE and added DEVELOPMENT and …
(edit) @2575   12 years twagoo Converted log4j configuration to XML format. Modified logging for …
(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) @2489   12 years twagoo * Spring framework: uniform dependency on 3.0.0, also for tests * …
(edit) @2413   12 years twagoo Switched back to general component schema on lux16 that has schematron …
(edit) @2409   12 years twagoo Updated locations of XSD and XSLTs (https to prevent redirect from …
(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) @2126   12 years twagoo Merged changes from 1.12.0 branch that fix #217 and #218 + CHANGES …
(edit) @1993   13 years twagoo ComponentRegistryFactory? now using ComponentStatus? and Owner instead …
(edit) @1992   13 years twagoo Created 'ComponentStatus?' enum and 'Owner' classes, and replaced …
(edit) @1944   13 years twagoo Test packages: schema location in spring config refers to classpath, …
(edit) @1917   13 years twagoo Added resource for large profile registration test
(edit) @1916   13 years twagoo Added test for registering a large profile
(edit) @1895   13 years twagoo CommentsDao?.getById takes Id as Number. Added test for this method
(edit) @1894   13 years twagoo Fixed manipulate comment methods (for deleting without http DELETE) in …
(edit) @1892   13 years twagoo Added canDelete property to Comment ComponentRegistryDbImpl? sets …
(edit) @1870   13 years twagoo If requested component not found, return 404 in REST service
(edit) @1861   13 years twagoo ConcurrentRestService?: limited number of profiles and components to …
(edit) @1836   13 years twagoo When registering comment, use display name from DB. Fixes #144
(edit) @1816   13 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   14 years twagoo Fixed RegisterResponseTest? to include required attribute …
(edit) @1454   14 years twagoo Merged changes from 1.8.1 (see tag) patch
(edit) @1450   14 years patdui cleaned up imports
(edit) @1420   14 years patdui * refactored tests a bit, made them into one class again now that the …
(edit) @1419   14 years patdui * deleted add fileSystem related implementation/configuration code. We …
(edit) @1386   14 years twagoo Switched assert statements in test
(edit) @1378   14 years patdui * added default sorting in database for descriptions.
(edit) @1374   14 years patdui * fixed date formatting
(edit) @1373   14 years patdui removed TODO's tests are actually fine like this probably simpler and …
Note: See TracRevisionLog for help on using the revision log.