When I am trying to create a log file NUnit throws the following error:
at System.IO.Directory.DeleteHelper(String fullPath,
String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at System.IO.DirectoryInfo.Delete(Boolean recursive)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.Unload()
at NUnit.Util.TestLoader.OnTestChanged(String testFileName)
=================
The logger is static lib created using log4cpp. The logger works fine with a .NET console application.
Please help me.
Thanks and regards,
Diwakar.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I am trying to create a log file NUnit throws the following error:
at System.IO.Directory.DeleteHelper(String fullPath,
String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at System.IO.DirectoryInfo.Delete(Boolean recursive)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.Unload()
at NUnit.Util.TestLoader.OnTestChanged(String testFileName)
=================
The logger is static lib created using log4cpp. The logger works fine with a .NET console application.
Please help me.
Thanks and regards,
Diwakar.