
| Key: |
WET-235
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Sowmyashree
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WET
Created: 17/Sep/06 05:06 AM
Updated: 25/Jul/07 07:17 AM
|
|
| Component/s: |
WET DOM Interface
|
| Affects Version/s: |
0.9.8_beta1,
0.9.8 Final
|
| Fix Version/s: |
Future
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
I used:
DomElementWrapper NewLink = new DomElementWrapper(DomElementType.XmlRepository);
NewLink.AddProperty("name", "NewTextLink", "definition");
Browser.AddChild(NewLink);
//The same child again
Browser.AddChild(NewLink);
Was expecting:
An Exception but nothing was thrown
|
|
Description
|
I used:
DomElementWrapper NewLink = new DomElementWrapper(DomElementType.XmlRepository);
NewLink.AddProperty("name", "NewTextLink", "definition");
Browser.AddChild(NewLink);
//The same child again
Browser.AddChild(NewLink);
Was expecting:
An Exception but nothing was thrown |
Show » |
|