April 2012 Archives by date
Starting: Sun Apr 1 10:34:18 UTC 2012
Ending: Mon Apr 30 01:18:30 UTC 2012
Messages: 128
- [Wp-unit-tests] [605] wp-testcase/test-xmlrpc-api/test_mw_getRecentPosts.php: XMLRPC: XMLRPC: First pass test cases for mw_getRecentPost
noreply at wordpress.org
- [Wp-unit-tests] [606] wp-testcase/test-xmlrpc-api/test_mw_newPost.php: XMLRPC: Mark this test against the trac ticket that maxcutler kindly raised for the bug .
noreply at wordpress.org
- [Wp-unit-tests] [607] wp-testcase/test-xmlrpc-api/test_wp_getPageList.php: XMLRPC: Fixed typo in wp.getPageList test.
noreply at wordpress.org
- [Wp-unit-tests] [608] wp-testcase/test_user_capabilities.php: Make a new author instead of depending on the built-in one.
noreply at wordpress.org
- [Wp-unit-tests] [609] wp-testcase/test_user_capabilities.php: "new WP_User()" will always produce a WP_User instance, so let' s actually test the object that was returned.
noreply at wordpress.org
- [Wp-unit-tests] [610] wp-testlib/base.php: Give _insert_quick_pages() the same ability to pass an array to wp_insert_post(), so that it has parity with _insert_quick_posts().
noreply at wordpress.org
- [Wp-unit-tests] [611] wp-testcase/test_user_capabilities.php: Also make our own author user for test_page_meta_caps()
noreply at wordpress.org
- [Wp-unit-tests] [612] wp-testcase/test_includes_theme.php: More reliable way of getting array members ( no longer numerically indexed in WP).
noreply at wordpress.org
- [Wp-unit-tests] [613] wp-testcase/test_admin_includes_theme.php: Fix tests in test_admin_includes_theme. php by properly setting up and tearing down theme roots, as well as updating cache-clearing code.
noreply at wordpress.org
- [Wp-unit-tests] [614] wp-testcase/test_includes_canonical.php: We have never handled these sorts of rewrites, so there should not be tests for them.
noreply at wordpress.org
- [Wp-unit-tests] [615] wp-testcase: Always register / themes as a theme root when setting up theme directory tests in addition to the root we want to test .
noreply at wordpress.org
- [Wp-unit-tests] [616] wp-testcase/test_includes_theme.php: Add another assertion to test_wp_get_themes_default().
noreply at wordpress.org
- [Wp-unit-tests] [617] wp-testcase/test_includes_canonical.php: Skip this piece of data until the bug is fixed.
noreply at wordpress.org
- [Wp-unit-tests] [618] wp-testcase/test_user.php: Unit test for core trac 20043 - WP_User-> __unset
noreply at wordpress.org
- [Wp-unit-tests] [619] wp-testcase/test_user_capabilities.php: Use the WP_User::exists() method to check for a valid WP_User object.
noreply at wordpress.org
- [Wp-unit-tests] [620] wp-testcase/test_includes_canonical.php: We do not create ?tag_ID= 123 URLs, so we should not have a unit test against them.
noreply at wordpress.org
- [Wp-unit-tests] [621] wp-testcase/test_includes_canonical.php: Use knownWPBug for the test for #WP20374.
noreply at wordpress.org
- [Wp-unit-tests] [622] wp-testcase/test_includes_canonical.php: Add a test for ?name= incomplete-post-slu redirection
noreply at wordpress.org
- [Wp-unit-tests] [623] wp-testlib/base.php: Switch from opendir/readdir/closedir to scandir.
noreply at wordpress.org
- [Wp-unit-tests] [624] wp-testcase/test_admin_includes_ajax_actions.php: Fixing a bug where output buffering is never turned off when an exception is thrown .
noreply at wordpress.org
- [Wp-unit-tests] [625] wp-testlib/base.php: Synchronized as-needed multi-level kicks to wake people from n-depth ob_dream_state ()s.
noreply at wordpress.org
- [Wp-unit-tests] [626] wp-testcase/test_includes_canonical.php: Mark a canonical test as pending a Trac ticket
noreply at wordpress.org
- [Wp-unit-tests] [627] wp-testcase/test_admin_includes_ajax_actions.php: Fixing a bug introduced by [UT624]
noreply at wordpress.org
- [Wp-unit-tests] [628] wp-testcase/test_includes_canonical.php: Add some tests to test stripping of post_type argument in canonical redirects .
noreply at wordpress.org
- [Wp-unit-tests] [629] wp-testcase/test_includes_canonical.php: We cannot trim trailing junk AND add appropriate slashing in one request, because we don't know what type of request it is ?\226?\128? \148 the junk prevents us from knowing.
noreply at wordpress.org
- [Wp-unit-tests] [630] wp-testcase/test_includes_canonical.php: Fix two Canonical tests.
noreply at wordpress.org
- [Wp-unit-tests] [631] wp-testcase/test_includes_canonical.php: Mark this canonical test as having an associated Trac ticket.
noreply at wordpress.org
- [Wp-unit-tests] [632] wp-testcase/test_includes_canonical.php: Opened a ticket for these failing cpage= canonical redirect tests (FWIW, we never had this redirection working).
noreply at wordpress.org
- [Wp-unit-tests] [633] wp-testcase/test_includes_canonical.php: Not sure this kind of redirection is even a good idea.
noreply at wordpress.org
- [Wp-unit-tests] [634] wp-testcase/test_includes_canonical.php: Not going to test for a malformed version of an archaic date format.
noreply at wordpress.org
- [Wp-unit-tests] [635] wp-testcase/test_includes_canonical.php: We have a ticket for these combo URLs
noreply at wordpress.org
- [Wp-unit-tests] [636] wp-testcase/test_admin_includes_plugin.php: get_plugin_data() has returned <cite> tags around the author in the description since [ WP 9272] or earlier.
noreply at wordpress.org
- [Wp-unit-tests] [637] wp-testcase/test-xmlrpc-api/test_mt_getRecentPostTitles.php: XMLRPC: Fixed issues with mt_getRecentPostTitles when running the entire test suite
noreply at wordpress.org
- [Wp-unit-tests] [638] wp-testcase/test-xmlrpc-api/test_wp_newTerm.php: XMLRPC: Fixed issues with wp_newTerm where wp_insert_term returned an array with the term_id
noreply at wordpress.org
- [Wp-unit-tests] [639] wp-testcase/test-xmlrpc-api/test_wp_newTerm.php: XMLRPC: wp_newTerm: defined the parent_term id in setUp
noreply at wordpress.org
- [Wp-unit-tests] [640] wp-testcase/test_includes_meta.php: Create a new author in WPTestIncludesMeta instead of relying on the original user , which may no longer exist.
noreply at wordpress.org
- [Wp-unit-tests] [641] wp-testcase/test_includes_post.php: Create a user in WPTestPostMeta instead of relying on the default user, which may no longer exist.
noreply at wordpress.org
- [Wp-unit-tests] [642] wp-testcase/test_includes_pluggable.php: Check a cookie expired for > 3600 seconds in TestAuthFunctions::test_auth_cookie_invalid().
noreply at wordpress.org
- [Wp-unit-tests] [643] wp-testcase/test_includes_post.php: Clean up taxonomy object type assignments so other tests in the suite do not fail .
noreply at wordpress.org
- [Wp-unit-tests] [644] wp-testcase/test-xmlrpc-api/test_mt_getRecentPostTitles.php: Prevent notice / remove unnecessary code as $post_id is not defined.
noreply at wordpress.org
- [Wp-unit-tests] [645] wp-testcase: Test ajax autosaving of drafts
noreply at wordpress.org
- [Wp-unit-tests] [646] wp-testcase/test-xmlrpc-api/test_mw_getRecentPosts.php: Check correct result variable in three metaWeblog. getRecentPosts test cases.
noreply at wordpress.org
- [Wp-unit-tests] [647] wp-testcase: Stop using deprecated argument when calling wp_upload_bits().
noreply at wordpress.org
- [Wp-unit-tests] [648] wp-testcase/test_admin_includes_ajax_actions.php: Clearing the global $post object and $_GET array between requests
noreply at wordpress.org
- [Wp-unit-tests] [649] wp-testcase/test-ajax-actions: Switching $expected and $actual with assertEquals()
noreply at wordpress.org
- [Wp-unit-tests] [650] wp-testcase/test_admin_includes_ajax_actions.php: Reset the global $comment object between tests
noreply at wordpress.org
- [Wp-unit-tests] [651] wp-testcase/test-ajax-actions/test_admin_ajax_edit_comment.php: Switching $expected and $actual with assertEquals().
noreply at wordpress.org
- [Wp-unit-tests] [652] wp-testcase/test-ajax-actions/test_admin_ajax_get_comments.php: Switching $expected and $actual with assertEquals().
noreply at wordpress.org
- [Wp-unit-tests] [653] wp-testcase/test-ajax-actions/test_admin_ajax_save_draft.php: Fixed a typo when locking a post for editing.
noreply at wordpress.org
- [Wp-unit-tests] [654] wp-testcase/test_user.php: WP_User::exists() tests.
noreply at wordpress.org
- [Wp-unit-tests] [655] wp-testcase/test_shortcode.php: Use knownWPBug for the test for #WP14050.
noreply at wordpress.org
- [Wp-unit-tests] [656] wp-testcase/test_includes_formatting.php: Make sure manual HTML line breaks in <pre> sections are maintained by wpautop().
noreply at wordpress.org
- [Wp-unit-tests] [657] wp-testcase/test_post_filtering.php: Mark tests as skipped: dealing with balancing tags across <!--more--> or <!--nextpage-->.
noreply at wordpress.org
- [Wp-unit-tests] [658] wp-testcase/test_post_filtering.php: #WP20278 is a duplicate of the original ticket, #WP6297, which was improperly closed as fixed years ago.
noreply at wordpress.org
- [Wp-unit-tests] [659] wp-testcase/test_post_output.php: Fix a test that was failing due to some trivial text differences:
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #30: Rewrite WPTestGalleryPost to use _WPDataset2
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #30: Rewrite WPTestGalleryPost to use _WPDataset2
WordPress Unit Tests
- [Wp-unit-tests] [660] Skip all of WPTestGalleryPost as it tests against a broken and unused dataset .
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #31: More comprehensive balanceTags() tests
WordPress Unit Tests
- [Wp-unit-tests] [661] wp-testcase: Add more comprehensive tests for balanceTags()
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #31: More comprehensive balanceTags() tests
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #9: utf8_uri_encode test data includes BOM caused test failure
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #9: utf8_uri_encode test data includes BOM caused test failure
WordPress Unit Tests
- [Wp-unit-tests] [662] wp-testdata/jacob/utf-8.txt: Use proper encoding for utf-8.txt.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #32: Fix failed tests in TestFeedRss2
WordPress Unit Tests
- [Wp-unit-tests] [663] wp-testcase/test_includes_formatting.php: remove_accents() test for vowels with diacritic.
noreply at wordpress.org
- [Wp-unit-tests] [664] wp-testcase/test_includes_feed_rss2.php: Set knownUTBug for #32.
noreply at wordpress.org
- [Wp-unit-tests] [665] Test wp_read_image_metadata() with UTF-8 IPTC tags.
noreply at wordpress.org
- [Wp-unit-tests] [666] wp-testdata/jacob: Remove empty data files left over from previous remove_accents() tests.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [667] wp-testcase/test_includes_formatting.php: Attribute and segfault tests for make_clickable().
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #34: Fix failed tests in WPTestAttributeFiltering
WordPress Unit Tests
- [Wp-unit-tests] [668] wp-testcase/test_uploads.php: Fire the parents' setup method, too
noreply at wordpress.org
- [Wp-unit-tests] [669] wp-testcase/test_includes_canonical.php: Canonical redirect tests for "page-on-front" situation.
noreply at wordpress.org
- [Wp-unit-tests] [670] wp-testcase/test_post_output.php: Make sure KSES is in place before we run a test that expects it.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #34: Fix failed tests in WPTestAttributeFiltering
WordPress Unit Tests
- [Wp-unit-tests] [671] wp-testcase/test_includes_formatting.php: Update sanitize user tests to account for the strtolower() that occurs in multisite.
noreply at wordpress.org
- [Wp-unit-tests] [672] wp-testcase/test_ms.php: Update test_upload_is_user_over_quota() to reflect that get_space_allowed() should be returning the default (50) when the user has unlimited space.
noreply at wordpress.org
- [Wp-unit-tests] [673] wp-testcase/test_import_wp.php: Allow the creation of new users during importing to non-super admins.
noreply at wordpress.org
- [Wp-unit-tests] [674] wp-testcase/test_user_capabilities.php: In test_user_administrator, check list_users as one of the main capabilities rather than edit_users, because in multisite, edit_users is restricted to super admins.
noreply at wordpress.org
- [Wp-unit-tests] [675] Introduce _destroy_user() and _destroy_users() methods for WPTestCase , as a complement to _make_user().
noreply at wordpress.org
- [Wp-unit-tests] [676] wp-testcase/test_user.php: Add a comment next to the only remaining call to wp_delete_user() in the testcases.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [677] Introduce a _destroy_uploads() method for WPTestCase to wipe the uploads folder when appropriate.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [678] wp-testcase/test_uploads.php: Destroy the contents of the uploads folder in TestUploadFunctions.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #33: Fix failed tests in WPTestAttachments
WordPress Unit Tests
- [Wp-unit-tests] [679] wp-testcase/test_uploads.php: rmdir foo/ which is created in test_upload_dir_relative().
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #35: TestUploadFunctions needs multisite checks
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #35: TestUploadFunctions needs multisite checks
WordPress Unit Tests
- [Wp-unit-tests] [680] wp-testcase/test_uploads.php: Mark TestUploadFunctions as skipped for multisite.
noreply at wordpress.org
- [Wp-unit-tests] [681] wp-testcase/test-ajax-actions/test_admin_ajax_delete_comments.php: Make assertions about timestamp responses more robust.
noreply at wordpress.org
- [Wp-unit-tests] [682] wp-testcase/test-ajax-actions/test_admin_ajax_dim_comments.php: Make assertions about timestamp responses more robust.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #36: Fix failed tests in WPTestPostMeta
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #36: Fix failed tests in WPTestPostMeta
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #36: Fix failed tests in WPTestPostMeta
WordPress Unit Tests
- [Wp-unit-tests] [683] wp-testcase/test_includes_post.php: Do not enforce a specific order on meta value elements when calling get_post_meta () with $single = true.
noreply at wordpress.org
- [Wp-unit-tests] [684] wp-testcase/test-xmlrpc-api: Move from 'featured image' to ' post thumbnail' in the XML-RPC API.
noreply at wordpress.org
- [Wp-unit-tests] [685] wp-testcase/test_image.php: Skip wp_read_image_metadata() tests if exif is not installed.
noreply at wordpress.org
- [Wp-unit-tests] [686] wp-testlib/base.php: Update knownUTBug() inline description.
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #37: wp-test.php does not exit with proper error code when tests fail
WordPress Unit Tests
- [Wp-unit-tests] [687] wp-testcase/test_includes_formatting.php: Add sanitize_title_with_dashes() assertion for low double curly quote.
noreply at wordpress.org
- [Wp-unit-tests] [688] wp-testcase/test_includes_formatting.php: More tests for sanitize_title_with_dashes().
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #37: wp-test.php does not exit with proper error code when tests fail
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #37: wp-test.php does not exit with proper error code when tests fail
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #38: Undefined var breaks calls to http() with debug mode on
WordPress Unit Tests
- [Wp-unit-tests] [689] wp-testcase/test_includes_capabilities.php: Test cases for #WP20488.
noreply at wordpress.org
- [Wp-unit-tests] [690] wp-testcase/test_user.php: Test global authordata setup.
noreply at wordpress.org
- [Wp-unit-tests] [691] wp-testcase/test_includes_author.php: Nascent author tests
noreply at wordpress.org
- [Wp-unit-tests] [692] More author meta tests
noreply at wordpress.org
- [Wp-unit-tests] [693] wp-testcase/test-xmlrpc-api/test_wp_getMediaItem.php: XMLRPC: Added basic tests for wp.getMediaItem.
noreply at wordpress.org
- [Wp-unit-tests] [694] wp-testcase/test_includes_formatting.php: convert_chars() test for latin Z with caron.
noreply at wordpress.org
- [Wp-unit-tests] [695] wp-testcase/test_includes_author.php: get_the_author_meta() unit tests for [WP20575].
noreply at wordpress.org
- [Wp-unit-tests] [696] wp-testcase/test_user.php: Update tests to reflect that get_blogs_of_user() always returns an empty array for fail cases.
noreply at wordpress.org
- [Wp-unit-tests] [697] wp-testcase/test-xmlrpc-api/test_wp_editPost.php: Test cases for set_custom_fields() in XML-RPC, via wp_editPost.
noreply at wordpress.org
- [Wp-unit-tests] [698] wp-testcase/test_includes_formatting.php: Add tests for stripslashes_deep(), including for #WP18026
noreply at wordpress.org
- [Wp-unit-tests] [WordPress Unit Tests] #37: wp-test.php does not exit with proper error code when tests fail
WordPress Unit Tests
- [Wp-unit-tests] [WordPress Unit Tests] #37: wp-test.php does not exit with proper error code when tests fail
WordPress Unit Tests
- [Wp-unit-tests] [699] wp-testcase/test-xmlrpc-api: Update post thumbnail tests to reflects changes made for #WP20409.
noreply at wordpress.org
- [Wp-unit-tests] [700] wp-testcase/test-xmlrpc-api: XML-RPC test updates for [WP20632], #WP20566.
noreply at wordpress.org
- [Wp-unit-tests] [701] wp-testcase/test-xmlrpc-api: XMLRPC: Always pass the required number of arguments to XML-RPC methods, even if they won't be used.
noreply at wordpress.org
- [Wp-unit-tests] [702] wp-testcase/test-xmlrpc-api/test_wp_getPostType.php: Remove 'admin' post type fields removed in [WP20632].
noreply at wordpress.org
- [Wp-unit-tests] [703] wp-testcase/test_includes_functions.php: Add basic test cases for get_file_data() and #WP19854.
noreply at wordpress.org
- [Wp-unit-tests] [704] wp-testdata/formatting/cr-line-endings-file-header.php: Add testdata for [703].
noreply at wordpress.org
Last message date:
Mon Apr 30 01:18:30 UTC 2012
Archived on: Mon Apr 30 01:18:32 UTC 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).