Fixed a bug in Zend_Gdata entry/feed versioning where a feed's version wouldn't propa...
commitf778052aec045b8031be3fdce8c28e0a8ac8e790
authortjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Wed, 10 Dec 2008 23:22:47 +0000 (10 23:22 +0000)
committertjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Wed, 10 Dec 2008 23:22:47 +0000 (10 23:22 +0000)
treea17ae6a414e2ac465db05ad7dac8611b40a6ff1b
parent6ffb2079b04824c3edeb14d34855c7e79b276a0c
Fixed a bug in Zend_Gdata entry/feed versioning where a feed's version wouldn't propagate to entries if set after feed parsing.

Other changes include adding tests for the above bug, minor documentation
changes, making sure versioning tests use ints instead of strings, and
renaming tests for better readability.

This addresses concerns in SL-41.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@13140 44c647ce-9c0f-0410-b52a-842ac1e357ba
library/Zend/Gdata/App/Feed.php
library/Zend/Gdata/App/FeedEntryParent.php
tests/Zend/Gdata/App/FeedTest.php
tests/Zend/Gdata/AppTest.php