[Checkins] [zopefoundation/zope.testbrowser] 285484: reproduce the good parts of previous real-testbrow...

GitHub noreply at github.com
Mon Feb 25 14:31:12 UTC 2013


  Branch: refs/heads/monolithic-zope3-benji-testbrowser-with-real-browsers-take-2
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 2854841eeeaf9f310f8ad5348d22c7a9aa42ddf4
      https://github.com/zopefoundation/zope.testbrowser/commit/2854841eeeaf9f310f8ad5348d22c7a9aa42ddf4
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-29 (Sat, 29 Jul 2006)

  Changed paths:
    A browser.py
    A real/__init__.py
    A real/__resources__/MochiKit/Async.js
    A real/__resources__/MochiKit/Base.js
    A real/__resources__/MochiKit/Color.js
    A real/__resources__/MochiKit/DOM.js
    A real/__resources__/MochiKit/DateTime.js
    A real/__resources__/MochiKit/Format.js
    A real/__resources__/MochiKit/Iter.js
    A real/__resources__/MochiKit/Logging.js
    A real/__resources__/MochiKit/LoggingPane.js
    A real/__resources__/MochiKit/MochiKit.js
    A real/__resources__/MochiKit/MockDOM.js
    A real/__resources__/MochiKit/Signal.js
    A real/__resources__/MochiKit/Test.js
    A real/__resources__/MochiKit/Visual.js
    A real/__resources__/MochiKit/__package__.js
    A real/__resources__/commands.js
    A real/__resources__/shim.js
    A real/__resources__/start.html
    A real/proxy.py
    A real/real.py
    A real/real.txt
    A real/tests.py
    A utilities.py

  Log Message:
  -----------
  reproduce the good parts of previous real-testbrowser branch with improvements


  Commit: c845335ac78c19a988044a4d0cd43faa0429208a
      https://github.com/zopefoundation/zope.testbrowser/commit/c845335ac78c19a988044a4d0cd43faa0429208a
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-29 (Sat, 29 Jul 2006)

  Changed paths:
    M real/proxy.py
    M real/real.txt

  Log Message:
  -----------
  remove some comments and some hacks for (I believe) fixed race conditions


  Commit: cddac5f3703a07ee9ad471fe9765ab0404c00862
      https://github.com/zopefoundation/zope.testbrowser/commit/cddac5f3703a07ee9ad471fe9765ab0404c00862
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-30 (Sun, 30 Jul 2006)

  Changed paths:
    M real/proxy.py
    M real/tests.py

  Log Message:
  -----------
   - work-around problem with closing ZODB connections from a different thread 
 - fix problem with functional test being seen as a unit test (strange)


  Commit: 5e21d569a693fcfe28ef2017cd71072b8b756d54
      https://github.com/zopefoundation/zope.testbrowser/commit/5e21d569a693fcfe28ef2017cd71072b8b756d54
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-30 (Sun, 30 Jul 2006)

  Changed paths:
    M real/__resources__/commands.js
    M real/proxy.py
    M real/real.py
    M real/real.txt

  Log Message:
  -----------
  - fix two more race conditions
- remove unnecessary kludge with headers
- whitespace tweak


  Commit: 05afb91ae28da29e274572f81723df096212e2ef
      https://github.com/zopefoundation/zope.testbrowser/commit/05afb91ae28da29e274572f81723df096212e2ef
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-01 (Tue, 01 Aug 2006)

  Changed paths:
    M real/__resources__/commands.js

  Log Message:
  -----------
  a slightly better way of getting page contents, still far from perfect


  Commit: 4dfc049800629079275bbb69d0e06463aafc02cc
      https://github.com/zopefoundation/zope.testbrowser/commit/4dfc049800629079275bbb69d0e06463aafc02cc
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-01 (Tue, 01 Aug 2006)

  Changed paths:
    M real/__resources__/commands.js

  Log Message:
  -----------
  slightly less insane way of doing the same thing, still not happy with it


  Commit: 7b9ad0f1cc4cd7da1fdb34b800011fd2d99a2590
      https://github.com/zopefoundation/zope.testbrowser/commit/7b9ad0f1cc4cd7da1fdb34b800011fd2d99a2590
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-14 (Mon, 14 Aug 2006)

  Changed paths:
    A ftests/navigate.html
    A ftests/simple.html
    M real/__resources__/commands.js
    M real/__resources__/shim.js
    M real/proxy.py
    M real/real.py
    M real/real.txt

  Log Message:
  -----------
  checkpoint
 - general framework is in place
 - tests run to completion
 - several tests commented out
 - several others raise NotImplementedError (mostly form-related)


  Commit: 6fcf6c8c4e0b31d1c5ce9810f3e0d72ceeaab849
      https://github.com/zopefoundation/zope.testbrowser/commit/6fcf6c8c4e0b31d1c5ce9810f3e0d72ceeaab849
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-14 (Mon, 14 Aug 2006)

  Changed paths:
    M real/real.txt

  Log Message:
  -----------
  upgrade to BeautifulSoup 3 and change tests accordingly (unicode everywhere)


  Commit: be3ccadcefdfe4b73e007cc713c6ac7e56c8b1df
      https://github.com/zopefoundation/zope.testbrowser/commit/be3ccadcefdfe4b73e007cc713c6ac7e56c8b1df
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-15 (Tue, 15 Aug 2006)

  Changed paths:
    M real/real.py
    M real/real.txt

  Log Message:
  -----------
  - make .contents pretty (because the browser messes it up)
- make .title work
- tweak some tests to work with the now-pretty .contents


  Commit: ffbc64283c19e7f6176ed33bfe09b5c05c41b510
      https://github.com/zopefoundation/zope.testbrowser/commit/ffbc64283c19e7f6176ed33bfe09b5c05c41b510
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-15 (Tue, 15 Aug 2006)

  Changed paths:
    M real/proxy.py
    M real/real.py
    M real/real.txt

  Log Message:
  -----------
  - implement .addHeaders
- comment out .headers tests (may not implement for real browsers)
- minor cleanup


  Commit: ce3e4542c0e951a7e802d79e31b643532777489e
      https://github.com/zopefoundation/zope.testbrowser/commit/ce3e4542c0e951a7e802d79e31b643532777489e
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-16 (Wed, 16 Aug 2006)

  Changed paths:
    A README.txt
    M browser.py
    A forms.py

  Log Message:
  -----------
  refactor to get ready to share some code with "real"


  Commit: bd39baef98ca6536482d3f21e696ecc76d50b77b
      https://github.com/zopefoundation/zope.testbrowser/commit/bd39baef98ca6536482d3f21e696ecc76d50b77b
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-16 (Wed, 16 Aug 2006)

  Changed paths:
    M browser.py
    M forms.py
    M real/real.py

  Log Message:
  -----------
  more major refactoring, zope.testbrowser tests pass (at least)


  Commit: 9b62e7547a25b257d61b1ecc6ace0ab53d98a5e5
      https://github.com/zopefoundation/zope.testbrowser/commit/9b62e7547a25b257d61b1ecc6ace0ab53d98a5e5
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-16 (Wed, 16 Aug 2006)

  Changed paths:
    M forms.py
    M real/real.py
    M real/real.txt

  Log Message:
  -----------
  more tests pass (about 3/4)


  Commit: cdf8652494f3265ba3ecfedfd053bc2cbbc8f001
      https://github.com/zopefoundation/zope.testbrowser/commit/cdf8652494f3265ba3ecfedfd053bc2cbbc8f001
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-19 (Sat, 19 Aug 2006)

  Changed paths:
    M forms.py
    M real/real.py

  Log Message:
  -----------
  make the controlFactory use a configurable set of classes


  Commit: a9a63eb407be428a456af2db10d1f55a91532f4f
      https://github.com/zopefoundation/zope.testbrowser/commit/a9a63eb407be428a456af2db10d1f55a91532f4f
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-19 (Sat, 19 Aug 2006)

  Changed paths:
    M forms.py
    M real/__resources__/commands.js
    M real/real.py

  Log Message:
  -----------
  checkpoint control that can set value in real browser


  Commit: f1c88b726ba4e9d0f0ebd93bda5ac4fb923c145d
      https://github.com/zopefoundation/zope.testbrowser/commit/f1c88b726ba4e9d0f0ebd93bda5ac4fb923c145d
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-19 (Sat, 19 Aug 2006)

  Changed paths:
    M real/__resources__/commands.js
    M real/real.py

  Log Message:
  -----------
  change the way controls are selected in the browser


  Commit: 81d11b588e89b3597c874c876751ce0b6f1213b5
      https://github.com/zopefoundation/zope.testbrowser/commit/81d11b588e89b3597c874c876751ce0b6f1213b5
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-19 (Sat, 19 Aug 2006)

  Changed paths:
    M real/__resources__/commands.js

  Log Message:
  -----------
  clean up code a bit


  Commit: 44962727ca47a52262fe1ee8908e4eb1b13656ec
      https://github.com/zopefoundation/zope.testbrowser/commit/44962727ca47a52262fe1ee8908e4eb1b13656ec
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-19 (Sat, 19 Aug 2006)

  Changed paths:
    M forms.py

  Log Message:
  -----------
  make the control's __repr__ produce consistent results


  Commit: f3094bb1b3b22c4fc72d42a997ca20bbd89ed3a8
      https://github.com/zopefoundation/zope.testbrowser/commit/f3094bb1b3b22c4fc72d42a997ca20bbd89ed3a8
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-08-19 (Sat, 19 Aug 2006)

  Changed paths:
    A rwproperty.py

  Log Message:
  -----------
  add missing file


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/2854841eeeaf^...f3094bb1b3b2


More information about the checkins mailing list