File: testMergeExtendBaseBean.pass

package info (click to toggle)
libnb-platform18-java 10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 667,920 kB
  • sloc: java: 4,911,908; xml: 540,084; php: 76,736; ansic: 10,266; sh: 5,624; cpp: 4,621; jsp: 3,621; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (650 lines) | stat: -rw-r--r-- 24,289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
Calling GenBeans.doIt
Bean Tree:
book <book> : Book
	[attr: good ENUM ( yes no ) yes]
	title <title> : String
	author <author> : String[1,n]
	index <index> : Index[0,n]
		[attr: color CDATA #IMPLIED ]
		[attr: cross-ref ENUM ( yes no ) no]
		word <word> : String
		ref <ref> : Ref[1,n]
			page <page> : String
			line <line> : String
	chapter <chapter> : Chapter[1,n]
		[attr: title CDATA #IMPLIED ]
		number <number> : String
		comment <comment> : String[0,1]
		paragraph <paragraph> : String[0,n]
			[attr: opt CDATA #IMPLIED ]
	summary <summary> : String[0,1]
		[attr: length CDATA #REQUIRED ]
		[attr: lang CDATA #IMPLIED ]
		[attr: size CDATA #FIXED 12]
	instock <instock> : boolean
		EMPTY : String
	content <content> : Content
		title <title> : String
		comment <comment> : String
		title2 <title> : String[0,1]

Compiling
Finished compiling: 0
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph1
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph2
out: TestMergeExtendBaseBean - new listener for Book
out: TestMergeExtendBaseBean - new listener for Book
out: TestMergeExtendBaseBean - should not get any event
out: TestMergeExtendBaseBean Merge(Update) - two identical xml files  - no diff -> OK
out: TestMergeExtendBaseBean Merge(Update) - two identical xml files  - equals -> OK
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph3
out: TestMergeExtendBaseBean - new listener for Book
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Author.-1 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[-1] - Parent: Book/book.Book>
out: oldValue={
out: 	John Smith
out: 	, 
out: 	Donald Duck
out: 	, 
out: 	Mikey Mouse
out: 	}
out: newValue={
out: 	John Smith
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	Donald Duck
out: 	}
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.0/Comment Src:book.Chapter>
out: TestMergeExtendBaseBean - <Comment[-1] - Parent: Chapter/book.Chapter>
out: oldValue=null
out: newValue=
out: 		First chapter.
out: 		
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.0/Paragraph.-1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <Paragraph[-1] - Parent: Chapter/book.Chapter>
out: oldValue={
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		}
out: newValue={
out: 			Once upon a time...
out: 		, 
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		}
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Chapter.0/ParagraphOpt.1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <ParagraphOpt[1] - Parent: Chapter/book.Chapter>
out: oldValue=null
out: newValue=null
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Chapter.1/Comment Src:book.Chapter>
out: TestMergeExtendBaseBean - <Comment[-1] - Parent: Chapter/book.Chapter>
out: oldValue=
out: 		First chapter.
out: 		
out: newValue=null
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.1/Paragraph.-1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <Paragraph[-1] - Parent: Chapter/book.Chapter>
out: oldValue={
out: 			Once upon a time...
out: 		, 
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		}
out: newValue={
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		}
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Chapter.1/ParagraphOpt.1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <ParagraphOpt[1] - Parent: Chapter/book.Chapter>
out: oldValue=null
out: newValue=null
out: TestMergeExtendBaseBean - should get one event for Summary
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Summary Src:book.Book>
out: TestMergeExtendBaseBean - <Summary[-1] - Parent: Book/book.Book>
out: oldValue=
out: 	This book is about the life of a book spent between books who dreamed
out: 	to meet a fairy who could transform it into an XML book and travel
out: 	in an electronic boundary-less world.
out: 	
out: newValue=This is the new summary
out: <?xml version='1.0' encoding='UTF-8' ?>
out: <book good='yes'>
out: 	<title></title>
out: 	<author>
out: 	John Smith
out: 	</author>
out: 	<author>
out: 	Mikey Mouse
out: 	</author>
out: 	<author>
out: 	Donald Duck
out: 	</author>
out: 	<index cross-ref='no'>
out: 		<word>
out: 			Good book
out: 		</word>
out: 		<ref>
out: 			<page>
out: 			22
out: 		</page>
out: 			<line>
out: 			12
out: 		</line>
out: 		</ref>
out: 	</index>
out: 	<index cross-ref='no'>
out: 		<word>
out: 			E-Tool
out: 		</word>
out: 		<ref>
out: 			<page>
out: 			5
out: 		</page>
out: 			<line>
out: 			15
out: 		</line>
out: 		</ref>
out: 		<ref>
out: 			<page>
out: 			29
out: 		</page>
out: 			<line>
out: 			31
out: 		</line>
out: 		</ref>
out: 	</index>
out: 	<chapter>
out: 		<number></number>
out: 		<comment>
out: 		First chapter.
out: 		</comment>
out: 		<paragraph>
out: 			Once upon a time...
out: 		</paragraph>
out: 		<paragraph>
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		</paragraph>
out: 	</chapter>
out: 	<chapter>
out: 		<number></number>
out: 		<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: 	</chapter>
out: 	<chapter>
out: 		<number></number>
out: 		<comment>
out: 		Empty chapter
out: 		</comment>
out: 	</chapter>
out: 	<summary length='' size='12'>This is the new summary</summary>
out: 	<content>
out: 		<title></title>
out: 		<comment></comment>
out: 	</content>
out: </book>
out: TestMergeExtendBaseBean Merge(Update) - changing one property  - equals -> OK
out: TestMergeExtendBaseBean - should not get any event
out: TestMergeExtendBaseBean Merge(Update) - changing one property  - equals -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings initial match -> OK
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Author.-1 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[-1] - Parent: Book/book.Book>
out: oldValue={
out: 	John Smith
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	Donald Duck
out: 	}
out: newValue={
out: 	Donald Duck
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	John Smith
out: 	}
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings mixed -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings mixed -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings mixed -> OK
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Author.-1 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[-1] - Parent: Book/book.Book>
out: oldValue={
out: 	John Smith
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	Donald Duck
out: 	}
out: newValue={
out: 	Donald Duck
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	John Smith
out: 	}
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings  - equals -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings reset match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings reset match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of strings reset match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans initial match -> OK
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.-1 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[-1] - Parent: Book/book.Book>
out: oldValue={<chapter>
out: 	<number></number>
out: 	<comment>
out: 		First chapter.
out: 		</comment>
out: 	<paragraph>
out: 			Once upon a time...
out: 		</paragraph>
out: 	<paragraph>
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		</paragraph>
out: </chapter>
out: , <chapter>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: , <chapter>
out: 	<number></number>
out: 	<comment>
out: 		Empty chapter
out: 		</comment>
out: </chapter>
out: }
out: newValue={<chapter>
out: 	<number></number>
out: 	<comment>
out: 		Empty chapter
out: 		</comment>
out: </chapter>
out: , <chapter>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: , <chapter>
out: 	<number></number>
out: 	<comment>
out: 		First chapter.
out: 		</comment>
out: 	<paragraph>
out: 			Once upon a time...
out: 		</paragraph>
out: 	<paragraph>
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		</paragraph>
out: </chapter>
out: }
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans mixed -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans mixed -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans mixed -> OK
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Author.-1 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[-1] - Parent: Book/book.Book>
out: oldValue={
out: 	Donald Duck
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	John Smith
out: 	}
out: newValue={
out: 	John Smith
out: 	, 
out: 	Mikey Mouse
out: 	, 
out: 	Donald Duck
out: 	}
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.0/Comment Src:book.Chapter>
out: TestMergeExtendBaseBean - <Comment[-1] - Parent: Chapter/book.Chapter>
out: oldValue=
out: 		First chapter.
out: 		
out: newValue=
out: 		Empty chapter
out: 		
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.0/Paragraph.-1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <Paragraph[-1] - Parent: Chapter/book.Chapter>
out: oldValue={
out: 			Once upon a time...
out: 		, 
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		}
out: newValue={}
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.0/ParagraphOpt.-1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <ParagraphOpt[-1] - Parent: Chapter/book.Chapter>
out: oldValue={null, null}
out: newValue={}
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.2/Comment Src:book.Chapter>
out: TestMergeExtendBaseBean - <Comment[-1] - Parent: Chapter/book.Chapter>
out: oldValue=
out: 		Empty chapter
out: 		
out: newValue=
out: 		First chapter.
out: 		
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.2/Paragraph.-1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <Paragraph[-1] - Parent: Chapter/book.Chapter>
out: oldValue={}
out: newValue={
out: 			Once upon a time...
out: 		, 
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		}
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Chapter.2/ParagraphOpt.-1 Src:book.Chapter>
out: TestMergeExtendBaseBean - <ParagraphOpt[-1] - Parent: Chapter/book.Chapter>
out: oldValue={}
out: newValue={null, null}
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans  - equals -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans reset match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans reset match -> OK
out: TestMergeExtendBaseBean Merge(Update) - mixing  array of beans reset match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings initial match -> OK
out: TestMergeExtendBaseBean - should get one remove event from deletion
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Author.1 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[1] - Parent: Book/book.Book>
out: oldValue=
out: 	Mikey Mouse
out: 	
out: newValue=null
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings match after rem -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings match after rem -> OK
out: TestMergeExtendBaseBean - should get one Book remove event from merge
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Author.1 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[1] - Parent: Book/book.Book>
out: oldValue=
out: 	Mikey Mouse
out: 	
out: newValue=null
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings correct size -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of strings  - equals -> OK
out: TestMergeExtendBaseBean - should get one event for elt added
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Author.2 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[2] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=
out: 	Mikey Mouse
out: 	
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings added -> OK
out: TestMergeExtendBaseBean - should get one event for elt added from merge
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Author.2 Src:book.Book>
out: TestMergeExtendBaseBean - <Author[2] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=
out: 	Mikey Mouse
out: 	
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings correct size -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings  - equals -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans initial match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans initial match -> OK
out: TestMergeExtendBaseBean - should get one remove event from deletion
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Chapter.1 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[1] - Parent: Book/book.Book>
out: oldValue=<chapter>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: 
out: newValue=null
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans match after rem -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans match after rem -> OK
out: TestMergeExtendBaseBean - should get one Chapter remove event from merge
out: TestMergeExtendBaseBean - <Rmv Lnr:Book Evt:/Book/Chapter.1 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[1] - Parent: Book/book.Book>
out: oldValue=<chapter>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: 
out: newValue=null
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans match -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans correct size -> OK
out: TestMergeExtendBaseBean Merge(Update) - remove elt from array of beans  - equals -> OK
out: TestMergeExtendBaseBean - should get one event for elt added
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.2 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[2] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=<chapter>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: 
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings added -> OK
out: TestMergeExtendBaseBean - should get one event for elt added from merge
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.2 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[2] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=<chapter>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: 
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings match -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings correct size -> OK
out: TestMergeExtendBaseBean Merge(Update) - add elt from array of strings  - equals -> OK
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph1
out: TestMergeExtendBaseBean comparing graphs with 1 null elts -> OK
out: TestMergeExtendBaseBean comparing graphs with 1 null elts -> OK
out: TestMergeExtendBaseBean comparing graphs with 1 null elts -> OK
out: TestMergeExtendBaseBean comparing graphs with null indexed elts -> OK
out: TestMergeExtendBaseBean comparing graphs with null indexed elts correct new array sise -> OK
out: TestMergeExtendBaseBean comparing graphs with null indexed elts elt ok -> OK
out: TestMergeExtendBaseBean comparing graphs with null indexed elts elt ok -> OK
out: TestMergeExtendBaseBean comparing graphs with null indexed elts elt ok -> OK
out: TestMergeExtendBaseBean comparing graphs with null single bean elt -> OK
out: TestMergeExtendBaseBean comparing graphs with null single bean elt -> OK
out: TestMergeExtendBaseBean comparing graphs with null single bean elt -> OK
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.3 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[3] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=<chapter>
out: 	<number>123</number>
out: 	<comment>This is a comment</comment>
out: 	<paragraph>This is a new paragraph</paragraph>
out: </chapter>
out: 
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.3 Src:book.Book>
out: TestMergeExtendBaseBean - <Chapter[3] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=<chapter>
out: 	<number>123</number>
out: 	<comment>This is a comment</comment>
out: 	<paragraph>This is a new paragraph</paragraph>
out: </chapter>
out: 
out: TestMergeExtendBaseBean cloning a new bean objects equal -> OK
out: TestMergeExtendBaseBean cloning a new bean same graph once added -> OK
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph1
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph2
out: TestMergeExtendBaseBean - <chapter title='First'>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: 
out: TestMergeExtendBaseBean - <chapter title='First'>
out: 	<number></number>
out: 	<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: </chapter>
out: 
out: TestMergeExtendBaseBean - new listener for Book
out: TestMergeExtendBaseBean - new listener for Book
out: TestMergeExtendBaseBean Merging attributes shouldn't be equals (diff an attr) -> OK
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/Good Src:book.Book>
out: TestMergeExtendBaseBean - <Good[-1] - Parent: Book/book.Book>
out: oldValue=yes
out: newValue=no
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Index.0/Color Src:book.Index>
out: TestMergeExtendBaseBean - <Color[-1] - Parent: Index/book.Index>
out: oldValue=null
out: newValue=blue
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.0/Title Src:book.Chapter>
out: TestMergeExtendBaseBean - <Title[-1] - Parent: Chapter/book.Chapter>
out: oldValue=null
out: newValue=First
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/Chapter.1/Title Src:book.Chapter>
out: TestMergeExtendBaseBean - <Title[-1] - Parent: Chapter/book.Chapter>
out: oldValue=null
out: newValue=Second
out: TestMergeExtendBaseBean - <Chg Lnr:Book Evt:/Book/SummaryLength Src:book.Book>
out: TestMergeExtendBaseBean - <SummaryLength[-1] - Parent: Book/book.Book>
out: oldValue=
out: newValue=123
out: TestMergeExtendBaseBean - <Add Lnr:Book Evt:/Book/SummaryLang Src:book.Book>
out: TestMergeExtendBaseBean - <SummaryLang[-1] - Parent: Book/book.Book>
out: oldValue=null
out: newValue=us
out: TestMergeExtendBaseBean Merging attributes should be equals -> OK
out: TestMergeExtendBaseBean Merging attributes attr on root != null -> OK
out: TestMergeExtendBaseBean Merging attributes attr on root -> OK
out: TestMergeExtendBaseBean Merging attributes attr on summary != null -> OK
out: TestMergeExtendBaseBean Merging attributes attr on summary -> OK
out: TestMergeExtendBaseBean Merging attributes attr on summary != null -> OK
out: TestMergeExtendBaseBean Merging attributes attr on summary -> OK
out: TestMergeExtendBaseBean - First
out: TestMergeExtendBaseBean Merging attributes attr on chapter != null -> OK
out: TestMergeExtendBaseBean Merging attributes attr on chapter -> OK
out: TestMergeExtendBaseBean - Second
out: TestMergeExtendBaseBean Merging attributes attr on chapter != null -> OK
out: TestMergeExtendBaseBean Merging attributes attr on chapter -> OK
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the DOM document
out: TestMergeExtendBaseBean - creating the bean graph for the comment merge test
out: <?xml version='1.0' encoding='UTF-8' ?>
out: <book good='no'>
out: 	<!-- BLUE -->
out: 	<!-- GREEN -->
out: 	<title></title>
out: 	<author>
out: 	John Smith
out: 	</author>
out: 	<author>
out: 	Donald Duck
out: 	</author>
out: 	<author>
out: 	Mikey Mouse
out: 	</author>
out: 	<index color='blue' cross-ref='no'>
out: 		<!-- MAUVE -->
out: 		<!-- CYAN -->
out: 		<word>
out: 			Good book
out: 		</word>
out: 		<ref>
out: 			<page>
out: 			22
out: 		</page>
out: 			<line>
out: 			12
out: 		</line>
out: 		</ref>
out: 	</index>
out: 	<index cross-ref='no'>
out: 		<!--RED-->
out: 		<word>
out: 			E-Tool
out: 		</word>
out: 		<ref>
out: 			<page>
out: 			5
out: 		</page>
out: 			<line>
out: 			15
out: 		</line>
out: 		</ref>
out: 		<ref>
out: 			<page>
out: 			29
out: 		</page>
out: 			<line>
out: 			31
out: 		</line>
out: 		</ref>
out: 	</index>
out: 	<chapter title='First'>
out: 		<number></number>
out: 		<paragraph>
out: 			And the book lived a never ending happy life, read, copied
out: 			and enjoyed by so many readers.
out: 		</paragraph>
out: 	</chapter>
out: 	<chapter title='Second'>
out: 		<number></number>
out: 		<comment>
out: 		First chapter.
out: 		</comment>
out: 		<paragraph>
out: 			Once upon a time...
out: 		</paragraph>
out: 		<paragraph>
out: 			And this is how the book met the fairy, and how all this
out: 			story began.
out: 		</paragraph>
out: 	</chapter>
out: 	<chapter>
out: 		<number></number>
out: 		<comment>
out: 		Empty chapter
out: 		</comment>
out: 	</chapter>
out: 	<summary length='123' lang='us' size='12'>
out: 	This book is about the life of a book spent between books who dreamed
out: 	to meet a fairy who could transform it into an XML book and travel
out: 	in an electronic boundary-less world.
out: 	</summary>
out: 	<content>
out: 		<title></title>
out: 		<comment></comment>
out: 	</content>
out: </book>
Finished running TestMergeExtendBaseBean: 0