From afc7a07d285e08d905c58dd5978441c155b2f296 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 19 Dec 2017 10:25:40 +0200 Subject: MERGE. --- Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs') diff --git a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs index abdded03e..a5f62b4a4 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs @@ -18,7 +18,7 @@ namespace Tango.UnitTesting String tempPath = Helper.GetTempFolderPath(); ObservablesGenerator generator = new ObservablesGenerator(); - generator.Generate(tempPath); + generator.GenerateCSharp(tempPath); Helper.ShowInExplorer(tempPath); } -- cgit v1.3.1