turn off RvtSamples external command class name test

This commit is contained in:
Jeremy Tammik
2020-08-11 11:54:14 +02:00
parent 8eb60a26cf
commit 08e63d326d
+2 -2
View File
@@ -443,13 +443,13 @@ namespace RvtSamples
string assembly = lines[i++].Trim();
string className = lines[i++].Trim();
if (!File.Exists(assembly)) // jeremy
if (!File.Exists(assembly)) // jeremy
{
ErrorMsg(string.Format("Assembly '{0}' specified in line {1} of {2} not found",
assembly, i, m_fileNameStem));
}
bool testClassName = false; // jeremy
bool testClassName = false; // jeremy
if (testClassName)
{
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);