[Rt-commit] rt branch, 4.0/forbid-linking-deleted-tickets, updated. rt-4.0.0-198-g6411968

? sunnavy sunnavy at bestpractical.com
Mon May 16 06:05:12 EDT 2011


The branch, 4.0/forbid-linking-deleted-tickets has been updated
       via  6411968788652f326d0ff8a730b4d766f13b61e4 (commit)
      from  80fd2e89d8653b9c6899e9a062ce08f81668df09 (commit)

Summary of changes:
 t/ticket/linking.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 6411968788652f326d0ff8a730b4d766f13b61e4
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon May 16 18:04:37 2011 +0800

    revert test as accurate count is put off to 4.2

diff --git a/t/ticket/linking.t b/t/ticket/linking.t
index 3e1554c..b18340d 100644
--- a/t/ticket/linking.t
+++ b/t/ticket/linking.t
@@ -181,7 +181,7 @@ diag('add link with rights only on base');
     ok($id, $msg);
     is(link_count($filename), 0, "scrips ok");
     $child->CurrentUser( RT->SystemUser );
-    $child->_Links('Base')->RedoSearch;
+    $child->_Links('Base')->_DoCount;
     is($child->_Links('Base')->Count, 0, 'link was deleted');
     RT->Config->Set( StrictLinkACL => 1 );
 }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list