sync.parseAttributesToInclude("name,classification");
sha1 = sync.computeValueSha1(feature);
assertEquals("c905e1c6c7eb6bad1eedae0509b7da286dbd7b48", sha1.toString());
sync.parseAttributesToInclude("classification,name");
sha1 = sync.computeValueSha1(feature);
assertEquals("c905e1c6c7eb6bad1eedae0509b7da286dbd7b48", sha1.toString());
sync.parseAttributesToInclude("name,classification,height");
sha1 = sync.computeValueSha1(feature);