summaryrefslogtreecommitdiff
path: root/netwerk/test/TestFileInput2.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-05-09 22:38:16 +0000
committerMoonchild <moonchild@palemoon.org>2022-05-09 22:38:16 +0000
commit9edf1b7bea5ff893f88911fc1a6a2dca3faeece9 (patch)
tree98bd9b0c7e3ca3e517e9e43dea157707b13f6bdb /netwerk/test/TestFileInput2.cpp
parent930ddd693be251c86ee904dafbaef38234b692c0 (diff)
downloaduxp-getnativepath-work.tar.gz
Issue #1896 - Port GetNativePath changes from GRE.getnativepath-work
Diffstat (limited to 'netwerk/test/TestFileInput2.cpp')
-rw-r--r--netwerk/test/TestFileInput2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/test/TestFileInput2.cpp b/netwerk/test/TestFileInput2.cpp
index f51988010e..c75d7677c1 100644
--- a/netwerk/test/TestFileInput2.cpp
+++ b/netwerk/test/TestFileInput2.cpp
@@ -323,8 +323,8 @@ Test(CreateFun create, uint32_t count,
nsAutoCString inDir;
nsAutoCString outDir;
- (void)inDirSpec->GetNativePath(inDir);
- (void)outDirSpec->GetNativePath(outDir);
+ (void)inDirSpec->GetPersistentDescriptor(inDir);
+ (void)outDirSpec->GetPersistentDescriptor(outDir);
printf("###########\nTest: from %s to %s, bufSize = %d\n",
inDir.get(), outDir.get(), bufSize);
gTimeSampler.Reset();