~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to test/api/thin_percent.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
        v = lvm_lv_get_property(lv, "snap_percent");
67
67
        assert(v.is_valid);
68
 
        assert(v.value.integer == (uint64_t) PERCENT_INVALID);
 
68
        assert(v.value.integer == (uint64_t) DM_PERCENT_INVALID);
69
69
 
70
70
        v = lvm_lv_get_property(lv, "origin");
71
71
        assert(v.is_valid);