Index: svn/StudioHook.cls.xml =================================================================== diff -u -r1607 -r1632 --- svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1607) +++ svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1632) @@ -86,6 +86,10 @@ +
]]> @@ -208,7 +212,14 @@ set Target = "Reload file "_InternalName_" from "_Repo.ExternalName(InternalName)_"?" } } + } elseif tMenu="unittest" { + if tMenu(2)="uitvoeren" { + do ..RunUnitTest(.InternalName) + } elseif tMenu(2)="openen" { + do ..OpenUnitTest(.InternalName,.Action,.Target) + } } + elseif tMenu="tortoisesvn" { if (tMenu(2) [ "log") do ..TortoiseSVN("log") if (tMenu(2) [ "status") do ..TortoiseSVN("repostatus") @@ -750,6 +761,53 @@ ]]> +