Download & Extend

Releases for SimpleTest

simpletest 7.x-2.0

Download Size md5 hash
simpletest-7.x-2.0.tar.gz 101.78 KB a59aaf62d47a227b1e881e53d2cd6a0c
simpletest-7.x-2.0.zip 111.66 KB b842a33127e8308c682a431fbaec0742
Last updated: March 15, 2011 - 05:16
Official release from tag: 7.x-2.0

Release notes

Been stable for long time. Let's officially release it!

Diff against Drupal 7 core not including the tests/ directory: http://drupal.org/files/issues/simpletest-7.x-2.0.patch.

simpletest 6.x-2.11

Download Size md5 hash
simpletest-6.x-2.11.tar.gz 162.79 KB 796958c5d16f62e8f1034f81b8e02d1e
simpletest-6.x-2.11.zip 172.96 KB fd5a3868da29918ae94abbd029098528
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.11

Release notes

SimpleTest 6.x-2.11, 2010-10-07
-------------------------------
- Bugs
   * #673928: SimpleTest 6.x-2.x requires PHP 5.2, but does not require in .info.
   * #680318: Update D6 core patch.
   * #627390: Filename cannot be empty if a test lasts less than 1s.
   * #702142: $db_prefix is assumed to be a string.
- Changes:
   * #488810: drupalPost and hidden input.
   * Reroll core patch.
   * #867560: INSTALL.txt should contain details on patching
   * #699434: Workaround check for dom support.

simpletest 6.x-2.10

Download Size md5 hash
simpletest-6.x-2.10.tar.gz 162.41 KB 079a1975d0b8969834b70f45f04ff43c
simpletest-6.x-2.10.zip 172.55 KB 2c59cf53fbb0b1db6f9391a40682cf95
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.10

Release notes

SimpleTest 6.x-2.10, 2009-12-30
-------------------------------
- Bugs
   * Correct INSTALL.txt link URL in requirement check.
   * #587304: Call to undefined function drupal_realpath().
   * #587988: drupal_http_request() does not use drupal_generate_test_ua().
   * Manual fix of --file argument for run-tests.sh.
   * #596440 by grendzy: assertMail doesn't work on real modules - Class 'DrupalWebTestCase' not found.
   * #603410: Missing backported error handler in _drupal_bootstrap_full().
   * #640076: Link to file INSTALL.txt should use url().
   * #654534 by sun: SimpleTest deletes *all* files.
   * #649344 by joachim: Link in admin help message to INSTALL file is broken.
- Changes:
   * #580406: DrupalUnitTestCase requires Database class.
   * #667546: INSTALL.txt text correction.
- Backports:
   * #653860 by yhahn: Ensure simpletest JS handlers are attached only once.

simpletest 7.x-2.x-dev

Download Size md5 hash
simpletest-7.x-2.x-dev.tar.gz 101.78 KB 923fddf69c6396e1e3f38d59fb7b9bcc
simpletest-7.x-2.x-dev.zip 111.66 KB 5818892cb4916b7818e9bd432d360d2b
Last updated: March 15, 2011 - 12:23
Development snapshot from branch: 7.x-2.x

Release notes

Nightly release.

simpletest 6.x-2.9

Download Size md5 hash
simpletest-6.x-2.9.tar.gz 161.49 KB 36cdf2e9de6ccadea81e25dfec613849
simpletest-6.x-2.9.zip 171.54 KB cdbabe3b5c5177b67ae745d30db4fc09
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.9

Release notes

SimpleTest 6.x-2.9, 2009-09-14
------------------------------
- Changes:
   * #576256: Theme laying needs to be initialized during setUp().
   * Correct comment on previous workaround.
   * #400296 by neilnz: Make simpletest_get_like_tables() work in MySQL and PostgreSQL.
   * #573822: Update SimpleTestMailCaptureTestCase from simpletest.test.
   * #577324 by Dave Reid: Module tests with extending submodule tests not included correctly.
- Bugs:
   * #442890: HEAD info left in simpletest.info.
   * #474394 by RockyRoad: block.test should treat delta as string.
- Backports:
   * #335756: SimpleTest: $this->originalFileDirectory should be set before
              installation to ensure non-standard directories are picked up.
   * #567422: Fresh backport of Drupal 7 SimpleTest.
   * #545228: Missing D7 constants.
   * Remove simpletest.function.inc.
   * Correct file_scan_directory() $mask parameter API change.
   * Correct another 'class' atrribute as array().
   * Update files.
   * Changes to install.php included in D6 core patch.
   * #577496: drupal_mail_wrapper() conflicts.

simpletest 6.x-2.8

Download Size md5 hash
simpletest-6.x-2.8.tar.gz 150.56 KB c20faf664a9d00edfc5b5fea6969c784
simpletest-6.x-2.8.zip 159.41 KB 2178cd146111cffb947369abe3165a7e
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.8

Release notes

SimpleTest 6.x-2.8, 2009-04-23
------------------------------
- Bugs:
   * #382334: drupalGetNodeByTitle uses node_load_multiple in 6.x.
   * #385152: Clear user_access() cache.
   * Change file in drupalGetTestFiles() to use ereg() format used in Drupal 6.
   * #430512 by soxofaan: Drupal 7 style database code in run-tests.sh.
   * #430682: backport: run-tests.sh does not work with non-default server port.
- Changes:
   * #346844: Clear language statics to remove locale module errors.
   * #400296 by carlos8f: Use "SHOW TABLES" in simpletest_get_like_tables().
   * #390232: Update 313902-2.patch to D6.10 misc/drupal.js
   * #409372 by Dave Reid: Hide modules that have hidden = TRUE on admin/build/modules.
   * #415864: Backport sample files.
   * #400296: Revert: Use "SHOW TABLES" in simpletest_get_like_tables().
   * #409294 by wlp1979: Add extra condition to getAssertionCall() for DrupalWebTestCaseCore.
   * Merge DrupalWebTestCase change into DrupalWebTestCaseCore.
   * Move "core" directory files into root.
   * #442436: Full backport of Drupal 7 SimpleTest and common.inc functions.

@see http://blog.boombatower.com/simpletest-6.x-2.8-fresh-backport

simpletest 6.x-2.7

Download Size md5 hash
simpletest-6.x-2.7.tar.gz 104.88 KB ef02c2f3a33e1e69620bd5921f6e6248
simpletest-6.x-2.7.zip 114.89 KB b21ebbc5f3289710898583da6f9888fd
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.7

Release notes

SimpleTest 6.x-2.7, 2008-02-16
------------------------------
- Bugs:
   * #372697: Content type created but not  "appearing".
   * #373722: Table {node_revision} doesn't exist
- Changes:
   * #370966: Ignore 1.x style tests.
   * Format fix.
   * #373172: Add curl requirement to documentation.

simpletest 6.x-2.6

Download Size md5 hash
simpletest-6.x-2.6.tar.gz 103.52 KB 94dda6569dcee1f95791f883140d5359
simpletest-6.x-2.6.zip 113.78 KB d7ee426143fabfdf4d4f700872f06169
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.6

Release notes

SimpleTest 6.x-2.6, 2009-02-07
------------------------------
- Complete backport of Drupal 7.x SimpleTest module. (voids all backports).
   * Added header to all relevant files.
   * Updated INSTALL.txt.
   * #369952: Clarify INSTALL.txt.
   * Add drupalLogout() override.
   * Add equivilent auto-clear user code.
   * #359577: Add run-tests.sh to 6--2 branch.
- Backports:
   * #305150: Keep running tests checked.
   * #313902: DX: Show fatal errors in tests. (Added to INSTALL.txt)
   * #304940: SimpleTest shouldn't try to upload non files.
   * #308186: cURL 7.18.2 and SimpleTest module bitterly despise one another. (again?)
   * #330582: Retrieve HTTP response headers.
   * #336043: Simpletest speedup: skip call to curlExec() in curlConnect().
- Changes:
   * #334679 by hass: improve update path from 5.x and 6.x-1.x to 6.x-2.x.

simpletest 6.x-2.5

Download Size md5 hash
simpletest-6.x-2.5.tar.gz 87.89 KB 5dcd3040baadd13c9a6538a2b78b4423
simpletest-6.x-2.5.zip 95.82 KB d282be96655d20910fe760b9d8c43d23
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.5

Release notes

SimpleTest 6.x-2.5, 2008-10-22
------------------------------
- Backports:
   * #308668: Make test selection page work with non-JS.
   * #316344: Add meta refresh support to SimpleTest.
   * #320127: error in drupal_web_test_case.php.
   * #320161: drupalGetTestFiles does not sort files correctly.
   * #320374: Simpletest now fails with max_allowed_packet = 1M.
   * #322779: Simpletest calls file_check_directory incorrectly.
- Changes:
   * #319682: Install.txt refers to non-existent admin page.
   * #323405: Remove bogus version = VERSION line from .info file.

simpletest 6.x-2.4

Download Size md5 hash
simpletest-6.x-2.4.tar.gz 87.18 KB 2e98a94d0144f4ccd6d0aef63eb03eb5
simpletest-6.x-2.4.zip 95.09 KB 153a80e8fe8ea3081fc457cceb53e8ca
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.4

Release notes

From CHANGELOG.txt:

SimpleTest 6.x-2.4, 2008-09-22
------------------------------
- Bugs:
   * #310427: settings.php check doesn't work properly.
- Backports:
   * #305077: Rework simpletest backend.
   * #308399: The simpletest error handler is broken for PHP functions.
   * #308262: Clean-up and documentation of simpletest.js.
   * #308186: cURL 7.18.2 and SimpleTest module bitterly despise one another.
   * #295697: update cURL requirement.
   * #299186: assertFieldByXPath does not work for selects or textareas with value.
   * #308272: Improve test selection page.
   * #255613: Update clickLink() to use drupalGet() and clean-up code.
- Changes:
   * #310783: Fix up requirements check for settings.php.

simpletest 6.x-2.3

Download Size md5 hash
simpletest-6.x-2.3.tar.gz 85.36 KB 44d59035f2e664c86bc56b57a772a8f1
simpletest-6.x-2.3.zip 93.2 KB a4228006d6f2cb6390783f5d77b1739b
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.3

Release notes

From CHANGELOG.txt:

SimpleTest 6.x-2.3, 2008-09-15
------------------------------
- Backports:
    * #297869: Add xpath method to SimpleTest.
    * #297894: Add assertLink and assertNoLink to SimpleTest.
    * #298137: drupalCreateContentType() should reset node permissions.
    * #268148: Don't verify SSL certificates.
    * #293099: Clarify form documentation and error handling.
    * #296027: {simpletest} indexes come with wrong array expression.
    * #299461: assertEqual() does not work with arrays.
    * #246261: Simpletest-light doesn't handle selects with <optgroup>'s correctly.
- Changes:
    * #297890: Add notice to INSTALL.txt instructing users on Windows to
               encode settings file with the UNIX standard.
    * #302606: Usability: improve installation error message.

simpletest 5.x-1.2

Download Size md5 hash
simpletest-5.x-1.2.tar.gz 103.01 KB 19d2552578983d2bf2c9d44151c1fcbb
simpletest-5.x-1.2.zip 111.88 KB 56d5cbb2808bed4a72cc4ea580faa38e
Last updated: December 24, 2010 - 23:48
Official release from tag: 5.x-1.2

Release notes

Missing drupal_test_case.php in previous release. (http://drupal.org/node/302335).

simpletest 6.x-2.2

Download Size md5 hash
simpletest-6.x-2.2.tar.gz 84.44 KB afcaae2757c12630c3767640d1a8bc6e
simpletest-6.x-2.2.zip 92.25 KB 3f6d02b9330ec85cb1e512b726e5b3d2
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.2

Release notes

From CHANGELOG.txt:

- Bugs:
    * #292062: fixed role creation permission check for 6.x style.
- Backports:
    * #290316: test_id field name corrected.
    * #293500: change message field to type text.
    * #268063: added instruction in INSTALL.txt about hidden property.
    * #291750: remove results after displayed.
- Changes:
    * #295001: clarified INSTALL.txt and installation requirements message.
    * Updated README.txt with issue information.

simpletest 6.x-1.2

Download Size md5 hash
simpletest-6.x-1.2.tar.gz 132.32 KB 8cb8f6138a1a21bb9dbd0faee5c30a60
simpletest-6.x-1.2.zip 147.41 KB 6846c63c43c611d7f193a48a2a17921c
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-1.2

Release notes

Updated release that no longer supports 7.x style tests in favor of 2.x branch.

simpletest 6.x-2.1

Download Size md5 hash
simpletest-6.x-2.1.tar.gz 83.25 KB 75abb0de1d467d8d20fedd502bec5630
simpletest-6.x-2.1.zip 90.71 KB f97b9a59bae2fae92c25ff5ae956b615
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-2.1

Release notes

Back-port of of latest (at this date) 7.x HEAD simpletest module.

simpletest 6.x-2.x-dev

Download Size md5 hash
simpletest-6.x-2.x-dev.tar.gz 108.49 KB dfe212b7e9d694256cb1d1f2bfe127f5
simpletest-6.x-2.x-dev.zip 116.04 KB c75d075a1ad02d759acea4beb83866f7
Last updated: June 3, 2011 - 12:18
Development snapshot from branch: 6.x-2.x

Release notes

7.x compatible simpletest module.

simpletest 6.x-1.1

Download Size md5 hash
simpletest-6.x-1.1.tar.gz 134.55 KB b384256ea33cd2e2c057d49fe1311cc1
simpletest-6.x-1.1.zip 150.64 KB fe9ce393ff94749902f3b8e8e1176226
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-1.1

Release notes

About time for a release, been stable for long time.

Official release has been neglected.

simpletest 5.x-1.1

Download Size md5 hash
simpletest-5.x-1.1.tar.gz 103.81 KB 44b14c1176e870a870e94bc7eb8406b3
simpletest-5.x-1.1.zip 112.71 KB efa0c97a24835a04659c48e1d5b557f5
Last updated: December 24, 2010 - 23:48
Official release from tag: 5.x-1.1

Release notes

Keep up with developement.

simpletest 5.x-1.0

Download Size md5 hash
simpletest-5.x-1.0.tar.gz 100.35 KB b414fca3a52c259616428efea4f13ae0
simpletest-5.x-1.0.zip 108.61 KB f1a94638e0b376f89d16a99e6aa38d90
Last updated: December 24, 2010 - 23:48
Official release from tag: 5.x-1.0

Release notes

FIrst Drupal 5 simpletest release.
Some changes:

  • 160859: Uses SimpleTest v1.0.1beta2
  • 168927: Cleans up nodes automaically after user created in tests
  • 166996: All group test can be selected with one checkbox

simpletest 5.x-1.x-dev

Download Size md5 hash
simpletest-5.x-1.x-dev.tar.gz 104.61 KB a066929f91f16a8bfc161d71a9bad653
simpletest-5.x-1.x-dev.zip 111.02 KB a805aceaf2f23875199994f1e913975e
Last updated: February 25, 2011 - 07:49
Development snapshot from branch: 5.x-1.x

Release notes

all tests now compatible with drupal 5

Subscribe with RSS Syndicate content