class: Bug282InconsistentBehaviourOfMethodRetrievePathListTest

public class: Bug282InconsistentBehaviourOfMethodRetrievePathListTest
Author: Johannes Müller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 611 $ $LastChangedDate: 2007-11-07 12:0; Complexity: 1
Dates: Created: 16.07.2009 15:15:22; Modified: 16.07.2009 15:15:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B86839F8-D8A3-4e2d-A7B7-D61EAE9DF963}
Test class for framework bug #213
 

Goto: Custom Properties, Fields, Methods

Extends: XmlTransformingTestBase

See also: XmlTransforming, XmlTransformingTestBase

Appears in: integration

Connections
 
Custom Properties
 
Bug282InconsistentBehaviourOfMethodRetrievePathListTest Attributes
Attribute Details
private Logger
  logger
Initial: Logger.getLogger(getClass())
public static const String
  ORGANIZATION_NAME_SEPARATOR
Initial: ", "
Notes: Separator used for concatenation of affiliation names to one organization name.
private static XmlTransforming
  xmlTransforming
 
Bug282InconsistentBehaviourOfMethodRetrievePathListTest Methods
Operation Details
private
appendAddressPart(
   String addressPart,
   StringBuffer address):void
Sequential
public
createOrganizationListFromAffiliation(
   String userHandle,
   AffiliationVO affiliation):List
Sequential
Tags: throws=TechnicalException,AffiliationNotFoundException,URISyntaxException
Notes: @return List of organizations.
public
setUp():void
Sequential
Tags: annotations=@Before
throws=Exception
public
testBug282InconsistentBehaviourOfMethodRetrievePathList():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Checks if FIZ bugzilla issue #213 still exists (When you add components to an item and update it, the framework sets the component-type of the added components to "null".) The test directly accessed the framework (i.e. does not use the intermediate services in the logic layer.)