Revision: 5879 http://jnode.svn.sourceforge.net/jnode/?rev=5879&view=rev Author: galatnm Date: 2011-12-15 09:58:56 +0000 (Thu, 15 Dec 2011) Log Message: ----------- FS : HFS+ catalog key temporary fix to avoid record data shift.
Modified Paths: -------------- trunk/fs/src/test/org/jnode/fs/hfsplus/catalog/CatalogKeyTest.java Modified: trunk/fs/src/test/org/jnode/fs/hfsplus/catalog/CatalogKeyTest.java =================================================================== --- trunk/fs/src/test/org/jnode/fs/hfsplus/catalog/CatalogKeyTest.java 2011-12-15 09:58:16 UTC (rev 5878) +++ trunk/fs/src/test/org/jnode/fs/hfsplus/catalog/CatalogKeyTest.java 2011-12-15 09:58:56 UTC (rev 5879) @@ -13,7 +13,7 @@ public void testKeyFromBytesArray(){ CatalogKey key = new CatalogKey(KEY_AS_BYTES_ARRAY,0); assertEquals(NODE_NAME_AS_STRING,key.getNodeName().getUnicodeString()); - assertEquals(24,key.getKeyLength()); + assertEquals(26,key.getKeyLength()); assertEquals(7,key.getParentId().getId()); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ 10 Tips for Better Server Consolidation Server virtualization is being driven by many needs. But none more important than the need to reduce IT complexity while improving strategic productivity. Learn More! http://www.accelacomm.com/jaw/sdnl/114/51507609/ _______________________________________________ Jnode-svn-commits mailing list Jnode-svn-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits