~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to t/stats-detail.t

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2010-05-12 11:41:22 UTC
  • mto: (3.3.3 squeeze) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100512114122-wpynzm9kb1irw1um
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
is(scalar <$sock>, "PREFIX foo get 2 hit 1 set 1 del 0\r\n", "details after get without hit");
35
35
is(scalar <$sock>, "END\r\n", "end of details");
36
36
 
37
 
print $sock "delete foo:125 0\r\n";
 
37
print $sock "delete foo:125\r\n";
38
38
is(scalar <$sock>, "NOT_FOUND\r\n", "sent delete command");
39
39
 
40
40
print $sock "stats detail dump\r\n";