This commit is contained in:
sspitzer%netscape.com 1999-04-12 03:57:19 +00:00
Родитель 2330cb0b56
Коммит 2e29c63d52
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -114,10 +114,12 @@ nsresult newsTestDriver::RunDriver()
nsresult newsTestDriver::GetPath(nsFileSpec& aPathName)
{
/* turn news://news.mozilla.org/netscape.public.mozilla.unix
/* eventually turn news://news.mozilla.org/netscape.public.mozilla.unix
into /tmp/mozillanews/news.mozilla.org/netscape.public.mozilla.unix
getting /tmp/mozillanews from the account manager (which gets it
from the prefs
*/
aPathName = "/tmp/mozillanews/nnn";
aPathName = "/tmp/mozillanews/news.mozilla.org/netscape.public.mozilla.unix";
return NS_OK;
}