xml/libxml2libs/test/xmlengtester/xmlengtester_target/TestConfigfiles/TestFramework/conf/xmleng/DomFileCont.cfg
author hgs
Wed, 23 Jun 2010 20:27:15 +0530
changeset 24 74f0b3eb154c
parent 0 e35f40988205
permissions -rw-r--r--
201024

##############################################################
# File Container - AdoptNode: appends document with file 
# containers to another and checks file data 
##############################################################

[Test]
title File_Container_AdoptNode
create xmlengtester test
test FileContainerAdoptNode
delete test
[Endtest]
##############################################################
# File Container - Cid
##############################################################

[Test]
title File_Container_Cid
create xmlengtester test
test FileContainerCid
delete test
[Endtest]
##############################################################
# File Container - Cid: create 2 filecontainers with the same 
# cid,create third filecontainer (other cid), do ReplaceWith: 
# filecontainer1 -> filecontainer2, returns 2 filecontainers    
##############################################################

[Test]
title File_Container_CidError
create xmlengtester test
test FileContainerCidError
delete test
[Endtest]
##############################################################
# File Container - Clone
##############################################################

[Test]
title File_Container_Clone
create xmlengtester test
test FileContainerClone
delete test
[Endtest]
##############################################################
# File Container - CopyTo
##############################################################

[Test]
title File_Container_CopyTo
create xmlengtester test
test FileContainerCopyTo
delete test
[Endtest]
##############################################################
# File Container - Copy: copy container, check its data: cid, 
# size, and chech if on list there is 3elements+1copy
##############################################################

[Test]
title File_Container_Copy
create xmlengtester test
test FileContainerCopy
delete test
[Endtest]
##############################################################
# File Container - Copy: copy node with file containers, 
# checks its element data
##############################################################

[Test]
title File_Container_Copy2
create xmlengtester test
test FileContainerCopy2
delete test
[Endtest]
##############################################################
# File Container - Copy3: copy node with file containers to 
# another RDocument
##############################################################

[Test]
title File_Container_Copy3
create xmlengtester test
test FileContainerCopy3
delete test
[Endtest]
##############################################################
# File Container - Copy4: copy grandparents, check if file 
# containers are there and not changed 
##############################################################

[Test]
title File_Container_Copy4
create xmlengtester test
test FileContainerCopy4
delete test
[Endtest]
##############################################################
# File Container - File: checks file container name
##############################################################

[Test]
title File_Container_File
create xmlengtester test
test FileContainerFile
delete test
[Endtest]
##############################################################
# File Container - GetList: creates 19 filecontainers and 
# checks its name, cid...
##############################################################

[Test]
title File_Container_GetList
create xmlengtester test
test FileContainerGetList
delete test
[Endtest]
##############################################################
# File Container - MoveAfterSibling: checks moving parent node
# after another node 
##############################################################

[Test]
title File_Container_MoveAfterSibling
create xmlengtester test
test FileContainerMoveAfterSibling
delete test
[Endtest]
##############################################################
# File Container - MoveBeforeSibling: checks moving parent node
# before another node 
##############################################################

[Test]
title File_Container_MoveBeforeSibling
create xmlengtester test
test FileContainerMoveBeforeSibling
delete test
[Endtest]
##############################################################
# File Container - MoveTo: checks moving parent node
# to the new place in nodes tree
##############################################################

[Test]
title File_Container_MoveTo
create xmlengtester test
test FileContainerMoveTo
delete test
[Endtest]
##############################################################
# File Container - NodeType
##############################################################

[Test]
title File_Container_NodeType
create xmlengtester test
test FileContainerNodeType
delete test
[Endtest]
##############################################################
# File Container - ReconcileNamespaces: checks files status 
# after operation - reconcile - on namespaces
##############################################################

[Test]
title File_Container_ReconcileNamespaces
create xmlengtester test
test FileContainerReconcileNamespaces
delete test
[Endtest]
##############################################################
# File Container - Remove:input 3 files, removes second,
# check if cid of 1 and 3 comapare with test data - 
# returns 2 files in list
##############################################################

[Test]
title File_Container_Remove
create xmlengtester test
test FileContainerRemove
delete test
[Endtest]
##############################################################
# File Container - Remove2:  input third file with the same 
# cid as first file, remove it - returns 2 files in list
##############################################################

[Test]
title File_Container_Remove2
create xmlengtester test
test FileContainerRemove2
delete test
[Endtest]
##############################################################
# File Container - Remove3: input some other data and move it 
# before file container end then remove some file from list
##############################################################

[Test]
title File_Container_Remove3
create xmlengtester test
test FileContainerRemove3
delete test
[Endtest]
##############################################################
# File Container - ReplaceWith: input 2 files, 
# replace second one (with cid1) with third one (cid2), 
##############################################################

[Test]
title File_Container_ReplaceWith
create xmlengtester test
test FileContainerReplaceWith
delete test
[Endtest]
##############################################################
# File Container - SetAsFirstSibling: checks moving parent node
# to the first place 
##############################################################

[Test]
title File_Container_SetAsFirstSibling
create xmlengtester test
test FileContainerSetAsFirstSibling
delete test
[Endtest]
##############################################################
# File Container - SetAsLastSibling: checks moving parent node
# to the last place 
##############################################################

[Test]
title File_Container_SetAsLastSibling
create xmlengtester test
test FileContainerSetAsLastSibling
delete test
[Endtest]
##############################################################
# File Container - Size
##############################################################

[Test]
title File_Container_Size
create xmlengtester test
test FileContainerSize
delete test
[Endtest]
##############################################################
# File Container - SubstituteFor
##############################################################

[Test]
title File_Container_SubstituteFor
create xmlengtester test
test FileContainerSubstituteFor
delete test
[Endtest]
##############################################################
# File Container - Unlink:  input 3 files, unlink one, 
# list.count should be 2
##############################################################

[Test]
title File_Container_Unlink
create xmlengtester test
test FileContainerUnlink
delete test
[Endtest]