Files
trove/trove
mariam john 3864816fd6 Rename attrs_exist() to contains_allowed_attrs()
attrs_exist() checks the attributes in the given list against the
attributes in the expected_attrs list. The name expected_attrs is
misleading since based on the name one would expect the given list
to contain all the attributes in the expected list but thats not
what this function does. Based on this, the following changes were
made:

- renamed attr_exist() to contains_allowed_attrs() which checks
  whether all the attributes in the given list is present in the
  allowed_attrs list.

Change-Id: Ie169271e211aa93c1bd3f64a2723aa1cd03a56e9
Closes-Bug: #1285964
2014-12-01 09:02:17 -08:00
..
2014-10-15 12:07:03 -07:00
2014-06-02 17:03:55 +00:00
2014-06-02 17:03:55 +00:00
2014-07-22 03:33:50 -07:00
2014-08-29 11:22:07 -07:00
2013-06-24 14:11:15 -07:00
2014-03-10 00:16:49 +00:00

This is the trove code itself