fontservices/fontstore/tfs/T_LinkedFonts2.cpp
branchRCL_3
changeset 4 7ff7c6e94fea
parent 0 1fb32624e06b
--- a/fontservices/fontstore/tfs/T_LinkedFonts2.cpp	Fri Mar 12 15:51:09 2010 +0200
+++ b/fontservices/fontstore/tfs/T_LinkedFonts2.cpp	Thu Apr 01 00:28:03 2010 +0300
@@ -1172,7 +1172,7 @@
 		TEST(CompareGroups(group2,groupf));
 			
 		//Check elements match 
-		TEST(fetchSpec->TypefaceCount() == fetchSpec->TypefaceCount());
+		TEST(typefaceSpec->TypefaceCount() == fetchSpec->TypefaceCount());
 		
 		CLinkedTypefaceElementSpec* elementf = fetchSpec->Typeface(0);
 		TEST(CompareElementSpecs(elementf, element1));