Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vc.dump() increases the amount of items in dump #11

Closed
Arzzka opened this issue Oct 26, 2012 · 1 comment
Closed

vc.dump() increases the amount of items in dump #11

Arzzka opened this issue Oct 26, 2012 · 1 comment
Assignees

Comments

@Arzzka
Copy link

Arzzka commented Oct 26, 2012

Every time vc.dump() is done on same screen, it increases the amount of items inside dump.

To reproduce

  1. Open some application on device/emulator
  2. Create new vc instance vc = ViewClient(device)
  3. Inspect autodump contents
  4. Do vc.dump() without changing the view in application
  5. Inspect dump contents again

Expected: Dump contents stay the same
Actual: Items in dump have multiplied, e.g. 2 checkboxes become 4 etc.

@ghost ghost assigned dtmilano Oct 26, 2012
dtmilano added a commit that referenced this issue Oct 26, 2012
- Fixed duplication of the tree
- Fixed dump() returning extra lines (i.e DONE)
- Fixed connection hung with no timeout
- Added viewclientconnected tests
@dtmilano
Copy link
Owner

@Arzzka ,
Please test it and close the issue if fixed.

@dtmilano dtmilano closed this as completed Nov 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants