removed TODO

This commit is contained in:
Oscar Vilaplana 2013-05-19 15:48:16 +02:00
parent 259153b3f9
commit dea0b6ab7f

View File

@ -127,18 +127,12 @@ class TestRootView(TestCase):
expected['actions']['GET'] = {} expected['actions']['GET'] = {}
expected['actions']['POST'] = { expected['actions']['POST'] = {
'text': { 'text': {
# TODO add help_text and label when they are available
#'help_text': '',
#'label': None,
'max_length': 100, 'max_length': 100,
'read_only': False, 'read_only': False,
'required': True, 'required': True,
'type': 'String', 'type': 'String',
}, },
'id': { 'id': {
# TODO add help_text and label when they are available
#'help_text': '',
#'label': None,
'read_only': True, 'read_only': True,
'required': False, 'required': False,
'type': 'Integer', 'type': 'Integer',