Index: svn/StudioHook.cls.xml =================================================================== diff -u -r1680 -r1682 --- svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1680) +++ svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1682) @@ -1012,8 +1012,9 @@ do ..svnHelper.SVNExport(InternalName) do ##class(svn.InterfaceControleur).%New().Controleer(##class(TECH.SourceCodeUtils).StripExtension(InternalName)) - do ##class(Tools.CodeGenerator).%New().Genereer(##class(TECH.SourceCodeUtils).StripExtension(InternalName)) + do ##class(Tools.CodeGenerator).%New().Genereer(InternalName) + if ##class(svn.Setting).MagUnitTestUitvoeren() { set UnitTestAnalyser = ##class(svn.UnitTestAnalyser).%New(##class(TECH.SourceCodeUtils).StripExtension(InternalName)) do UnitTestAnalyser.StoreUnitTestInfo()