- 17 Sep, 2013 1 commit
-
-
in XML deserializations, we can get get floats for start/stop times, so we need to be able to parse those add test video with float-based end-time
Chris Dodge committed
-
- 12 Aug, 2013 1 commit
-
-
Fixed all common and LMS tests. The tests were failing because XMLDescriptor adds in some attributes to _model_data, such as `xml_attributes`, that aren't necessary. The solution is to handle all XML parsing in VideoDescriptor. There's still one test failing in CMS, which has to do with metadata being saved. I'm still working out how to update it in such a way that it doesn't fail, but still tests something meaningful.
Peter Fogg committed
-
- 19 Jul, 2013 1 commit
-
-
change from_xml class method on video class to make sure we honor the fact that the xml string could actually be a pointer to another file on disk which actually contains the attributes
Chris Dodge committed
-