Guest User

Untitled

a guest
Jun 22nd, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. [master)~/git/p5-Data-Model]$ prove -vl t/020_mock/driver-memcached-column_model_rename-changed-serializer.t
  2. t/020_mock/driver-memcached-column_model_rename-changed-serializer.t .. #
  3. # Mock::Tests::DriverMemcached->t_001_shimple_set
  4.  
  5. ok 1 - set ok
  6. ok 2 - id = 1
  7. ok 3 - name = NAME
  8. ok 4 - set ok
  9. ok 5 - id = id2
  10. ok 6 - name = yappo
  11. #
  12. # Mock::Tests::DriverMemcached->t_002_shimple_get
  13. ok 7 - get ok
  14. ok 8 - id = 1
  15. ok 9 - name = NAME
  16. ok 10 - get ok
  17. ok 11 - id = id2
  18. ok 12 - name = yappo
  19. #
  20. # Mock::Tests::DriverMemcached->t_003_shimple_update
  21. SV = PVIV(0x9b2380) at 0xa1cb78
  22. REFCNT = 1
  23. FLAGS = (IOK,pIOK)
  24. IV = 1
  25. PV = 0
  26. not ok 13 - t_003_shimple_update died (msgpack for perl doesn't supported this typea: 5)
  27.  
  28. # Failed test 't_003_shimple_update died (msgpack for perl doesn't supported this typea: 5)'
  29. # at /Library/Perl/5.8.8/Test/Class.pm line 230.
  30. # (in Mock::Tests::DriverMemcached->t_003_shimple_update)
  31. #
  32. # Mock::Tests::DriverMemcached->t_004_shimple_delete
Add Comment
Please, Sign In to add comment