Home
last modified time | relevance | path

Searched refs:testFullPath (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context_test.go40 testFullPath string var
57 testFullPath = filepath.ToSlash(filepath.Join(wd, testShortPath))
78 if len(testFullPath) == 0 {
81 if context.FullPath() != testFullPath {
82 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
107 if len(testFullPath) == 0 {
110 if context.FullPath() != testFullPath {
111 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context_test.go40 testFullPath string
57 testFullPath = filepath.ToSlash(filepath.Join(wd, testShortPath))
78 if len(testFullPath) == 0 {
81 if context.FullPath() != testFullPath {
82 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
107 if len(testFullPath) == 0 {
110 if context.FullPath() != testFullPath {
111 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context_test.go40 testFullPath string var
57 testFullPath = filepath.ToSlash(filepath.Join(wd, testShortPath))
78 if len(testFullPath) == 0 {
81 if context.FullPath() != testFullPath {
82 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
107 if len(testFullPath) == 0 {
110 if context.FullPath() != testFullPath {
111 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context_test.go40 testFullPath string var
57 testFullPath = filepath.ToSlash(filepath.Join(wd, testShortPath))
78 if len(testFullPath) == 0 {
81 if context.FullPath() != testFullPath {
82 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
107 if len(testFullPath) == 0 {
110 if context.FullPath() != testFullPath {
111 t.Errorf("expected context.FullPath == %s ; got %s", testFullPath, context.FullPath())
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Init/
H A DFileCreators.hs301 let testFullPath = dir </> testPath function
302 exists <- doesFileExist testFullPath
305 writeFileSafe flags testFullPath testHs
/dports/devel/py-importlab/importlab-0.6.1/tests/
H A Dtest_fs.py124 def testFullPath(self): member in TestPYIFileSystem
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.IO/
H A DPathTest.cs494 string testFullPath = Path.GetFullPath ("foo.txt"); in GetFullPath()
496 Assert.AreEqual (expected, testFullPath, "GetFullPath #01"); in GetFullPath()
498 testFullPath = Path.GetFullPath ("a//./.././foo.txt"); in GetFullPath()
499 Assert.AreEqual (expected, testFullPath, "GetFullPath #02"); in GetFullPath()
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs1021 let testFullPath = dir </> testPath function
1022 exists <- doesFileExist testFullPath
1025 writeFileSafe flags testFullPath testHs