# HG changeset patch # User Brendan Donegan # Date 1275565293 -3600 # Node ID 62e266e8076f446029b92ed4fb9c89dd8e04a3b6 # Parent 5c9ea8d0ce2447af767ce703fc3b4ffe2695ae52 Tweaking test code and made Engine build with GCCE_ARMV5 diff -r 5c9ea8d0ce24 -r 62e266e8076f engine/group/bld.inf --- a/engine/group/bld.inf Wed Jun 02 15:01:45 2010 +0100 +++ b/engine/group/bld.inf Thu Jun 03 12:41:33 2010 +0100 @@ -17,8 +17,7 @@ */ PRJ_PLATFORMS -GCCE -WINSCW +DEFAULT PRJ_MMPFILES diff -r 5c9ea8d0ce24 -r 62e266e8076f engine/tsrc/t_podcatcherengine/src/T_PodcatcherEngineBlocks.cpp --- a/engine/tsrc/t_podcatcherengine/src/T_PodcatcherEngineBlocks.cpp Wed Jun 02 15:01:45 2010 +0100 +++ b/engine/tsrc/t_podcatcherengine/src/T_PodcatcherEngineBlocks.cpp Thu Jun 03 12:41:33 2010 +0100 @@ -132,6 +132,9 @@ { TestModuleIf().Printf( i, KT_PodcatcherEngine, KParam, i, &string ); + + // Use this loop to gather the Feed Info + i++; }