fontservices/fontstore/tfs/T_LinkedFonts2.cpp
changeset 21 f2f7b3284356
parent 0 1fb32624e06b
child 49 4d76f1414957
--- a/fontservices/fontstore/tfs/T_LinkedFonts2.cpp	Fri Apr 16 16:55:07 2010 +0300
+++ b/fontservices/fontstore/tfs/T_LinkedFonts2.cpp	Mon May 03 14:13:26 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));