File:  [parser3project] / parser3 / tests / 393.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Feb 2 22:56:06 2018 UTC (8 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, HEAD
test for behavour after "Property can not be created, already exists field with that name" exception removed (related to feature #1183)

@main[]

$o[^test::create[]]

base field replaced with property: $o.field
self field replaced with property: $o.child_field

base untached: $base:field
just in case: $child:child_field


@CLASS
base

@auto[]
$field[base field]

@create[]

@CLASS
child

@BASE
base

@auto[]

$child_field[child field]

^process{@GET_field[]
property}

^process{@GET_child_field[]
child property
}

@CLASS
test

@BASE
child

@auto[]

E-mail: