Commit Graph

156 Commits

Author SHA1 Message Date
blizzard%redhat.com
336beea369 remove hard coded toolkit names in tests 1999-05-28 03:42:59 +00:00
sspitzer%netscape.com
974e81b72e remove unnecessary crap 1999-05-27 02:50:46 +00:00
sspitzer%netscape.com
8805361dde fix UNIX build bustage 1999-05-27 01:52:34 +00:00
sspitzer%netscape.com
0aa6dc4fab don't need to do this. back it out. 1999-05-27 01:41:47 +00:00
sspitzer%netscape.com
83890318b0 fix UNIX build bustage. we will still have runtime bustage, but I'll fix that
next
1999-05-27 01:22:14 +00:00
sspitzer%netscape.com
0cf7fd38b4 fix unix build breakage 1999-05-27 01:06:51 +00:00
sspitzer%netscape.com
68fcb9eef5 fix unix build bustage 1999-05-27 00:24:49 +00:00
sspitzer%netscape.com
def2edd4b2 fix the news test makefiles so they build on UNIX, now that xpcom2 has
landed.  turn them back on.
1999-05-26 15:45:49 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
sspitzer%netscape.com
d2e63b3e5d fix SunOS build breakage 1999-05-16 01:48:56 +00:00
sspitzer%netscape.com
876f6919f7 remove the run random news url crap. general cleanup. 1999-05-15 23:23:06 +00:00
sspitzer%netscape.com
a0e9f7058a use nsCOMPtr. more printfs. return on error. general cleanup of this test app. 1999-05-15 22:21:04 +00:00
sspitzer%netscape.com
efabc74635 replace DEBUG with DEBUG_sspitzer.
use nsCOMPtr.
1999-05-15 21:34:22 +00:00
sspitzer%netscape.com
977c439cb1 fix my stupid printf 1999-05-15 05:00:52 +00:00
sspitzer%netscape.com
38465278ec remove bogus comment. clean up the test code (a little). 1999-05-10 21:23:21 +00:00
sspitzer%netscape.com
82fffcc0c1 *** empty log message *** 1999-05-08 17:25:49 +00:00
sspitzer%netscape.com
03b5ad5aeb make nntpTest work again. (following mscott's fix for #5991) 1999-05-07 00:10:14 +00:00
hyatt%netscape.com
ae4e8ae9ca Switching over to nsIEventQueues. 1999-05-04 23:31:07 +00:00
sspitzer%netscape.com
cbde14fb62 whoops, didn't mean to check this in 1999-05-04 21:53:17 +00:00
sspitzer%netscape.com
0efa8e1508 use the NS_WITH_SERVICE macro 1999-05-04 03:04:03 +00:00
sspitzer%netscape.com
3f92f3951e extend the parser test to add two headers to a public newsgroup 1999-05-04 03:03:29 +00:00
sspitzer%netscape.com
96a461e7e6 these stub files are history. 1999-05-04 02:27:11 +00:00
sspitzer%netscape.com
2c070ebbe0 removing libnntpTest.
adding functionality to nntpTest
1999-05-04 02:26:10 +00:00
sspitzer%netscape.com
5ad02bb708 there is no libnntpTest.so anymore 1999-05-04 02:25:23 +00:00
sspitzer%netscape.com
36488a0e29 whoops. typo. I suck 1999-05-01 02:57:07 +00:00
sspitzer%netscape.com
46075b752f fix for #5814. get newsParserTest to work on Windows 1999-05-01 02:17:09 +00:00
sspitzer%netscape.com
99f2609790 fix for bug #5814. get newsParserTest to build on Windows 1999-05-01 02:15:54 +00:00
bruce%cybersight.com
0eae38cc92 Remove -lnetutil from link lines in unix build. 1999-04-28 05:46:56 +00:00
mscott%netscape.com
af2cb31b74 Modernize the news test harness --> make it a url listener among other things. 1999-04-27 19:55:10 +00:00
sspitzer%netscape.com
2849be7bf0 more changes 1999-04-27 04:47:03 +00:00
sspitzer%netscape.com
30e65e2174 remove a warning. get nntpTest closer to working... 1999-04-27 02:45:15 +00:00
sspitzer%netscape.com
29f85dbedf NS_NewNntpUrl is not used anymore. changes to build nntpTest every time on
windows
1999-04-27 02:31:23 +00:00
sspitzer%netscape.com
24e557b3b8 more changes to get this working... 1999-04-27 02:25:57 +00:00
sspitzer%netscape.com
c86490ede5 more changes to get this beast to build and run on Windows and Linux 1999-04-27 02:21:53 +00:00
sspitzer%netscape.com
e62445398f changes to get the nntpTest building again on Linux 1999-04-27 02:12:55 +00:00
putterman%netscape.com
dc96e2a8b9 changed nsIMessage to nsIMsgDBHdr. 1999-04-25 22:34:02 +00:00
mscott%netscape.com
ac404f2776 ProcessXOVER must now take a PRUint32 instead of an int32 1999-04-25 19:54:02 +00:00
jdunn%netscape.com
3bfb1ebbb6 fix compiler error (NS_DECL_ISUPPORTS doesn't require a ';' 1999-04-12 20:56:15 +00:00
sspitzer%netscape.com
438e2e98d6 need to do a SessionCommit, not a SmallCommit, to get the changes
written out to disk
1999-04-12 20:10:42 +00:00
sspitzer%netscape.com
fd30b8676e do a commit to get the db to write.
someone (nsMsgFolder?) still has an open reference to the db when I quit,
so it doesn't automatically get written out
1999-04-12 19:07:36 +00:00
sspitzer%netscape.com
77920ebdd0 use a more realistic path 1999-04-12 03:57:19 +00:00
sspitzer%netscape.com
40caa83d9c cleaned this code up. (still a work in progress) 1999-04-12 03:41:32 +00:00
braddr%puremagic.com
82c03050ce Changed direct uses of -lz or -lzlib to $(ZLIB_LIBS)
Changed direct use of -lnspr3 and friends to $(NSPR_LIBS)
1999-04-11 23:07:04 +00:00
sspitzer%netscape.com
bc9673671a fix the hardcoded value. don't wory. this is temporary anyways 1999-04-11 00:39:30 +00:00
sspitzer%netscape.com
832d59b91e minor tweak to the still-not-done news parser test 1999-04-10 21:56:55 +00:00
sspitzer%netscape.com
a0fffd7e2e changes to get newsParserTest to work (at least, work better...) 1999-04-10 00:54:19 +00:00
sspitzer%netscape.com
7ab6d8f00e adding these cvsignore files 1999-04-10 00:39:11 +00:00
mcafee%netscape.com
32083fdeaf Using XP macro for -lz 1999-04-07 04:19:01 +00:00
sspitzer%netscape.com
a86bf203b6 fix my build breakage 1999-04-06 04:36:28 +00:00
sspitzer%netscape.com
090b13c235 add the newsParser test 1999-04-06 04:23:42 +00:00
sspitzer%netscape.com
198913d00e add newParserTest to the tests 1999-04-06 04:23:17 +00:00
mscott%netscape.com
ffdd0c6e55 Don't built nntpTest until it is upgraded to use the new news service. 1999-03-26 01:11:20 +00:00
alecf%netscape.com
f038271222 update to link against appropriate libraries 1999-03-24 01:21:52 +00:00
mscott%netscape.com
13aae6d07b Link with the msgcoreutil library. 1999-03-22 23:26:21 +00:00
mscott%netscape.com
013eb10560 The wrong pointer was getting passed into the create instance call for the event queue service. 1999-03-22 23:25:45 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
alecf%netscape.com
2ac4ad9e81 fix constness casting problem 1999-03-11 02:08:41 +00:00
alecf%netscape.com
0650b034dd we don't need to link against these libraries any more on unix 1999-03-11 01:30:07 +00:00
alecf%netscape.com
53338e8a97 rev nsINNTPHost and nsINewsgroupList interfaces 1999-03-11 01:18:04 +00:00
alecf%netscape.com
3352f0978c don't link against base libmailnews 1999-03-10 06:00:59 +00:00
warren%netscape.com
1baf19439b Removed nsService stuff. 1999-03-09 12:29:08 +00:00
warren%netscape.com
3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
mscott%netscape.com
2378c3cf18 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
putterman%netscape.com
5ff2a9715a Works with RegisterComponent 1999-02-27 07:15:41 +00:00
mscott%netscape.com
d87aaf9b8b Stop building nntptest until I fix the factory problems and come up with a progID... 1999-02-27 03:48:15 +00:00
mscott%netscape.com
f27d3b917b Link with nntpTest library. 1999-02-27 00:43:54 +00:00
alecf%netscape.com
9a9aae17fd rev the XPIDL-generated headers, and update API calls to match
includes dropping "const"ness from parameters
some nsString routines were converted back to char* for the time being.
also added nsIMsg.h, it seemed to be missing

Also many fixes to get Unix building again.
1999-02-26 01:56:15 +00:00
warren%netscape.com
59a5c261e9 Reorganization. Changes for collections, enumerations, generic folders, file paths, etc. 1999-02-24 10:39:06 +00:00
mscott%netscape.com
8874310149 Makefile to build the nntpTest harness 1999-02-18 01:16:12 +00:00
mscott%netscape.com
83b3b059e0 Oops...build the nntp sub directory as well 1999-02-18 01:15:40 +00:00
mscott%netscape.com
18c5656f95 Build the stub code as a library. 1999-02-18 01:14:05 +00:00
mscott%netscape.com
cd3f5f8553 build nntp sub directory... 1999-02-18 00:54:37 +00:00
mscott%netscape.com
3ca3e64f0e NNTP test harness. This code was moved here from news\tests. 1999-02-18 00:54:06 +00:00
mscott%netscape.com
d469b784b6 Removing from repository. This file now lives in tests\nntp. 1999-02-18 00:53:29 +00:00
mscott%netscape.com
ff51a9a22d For now, disable the nntp test executable. (I'll look into moving this into a separate makefile...)
Build the test stubs as a stand alone library...
1999-02-18 00:29:11 +00:00
mscott%netscape.com
5fc73425e2 Move some convience functions into nsNNTPProtocol. LoadUrl now takes a consumer. 1999-02-17 08:19:49 +00:00
warren%netscape.com
e8114e350d Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums. 1999-02-13 10:39:59 +00:00
alecf%netscape.com
189927c7a1 update libraries because RDF now depends on layout (which has a zillion other dependancies) 1999-02-11 07:27:39 +00:00
mscott%netscape.com
3ba1fa6479 use of sockstub protocol to implement a socket connection for a url is now BLIND to the protocol. So let the protocol use its original scheme when building urls. The transport layer will now worry about chaning the scheme to sockstub when appropriate.... 1999-02-11 03:10:28 +00:00
mscott%netscape.com
42bcff3720 Oops...one of my changes got lost...if you are reading in user data, don't write it into m_userData unless the user
actually entered a value...if you do write in it, we step on the default value which is alredy in m_userData...
1999-02-09 03:21:34 +00:00
alecf%netscape.com
f71411b43d fix up test harness for posting 1999-02-09 02:49:58 +00:00
alecf%netscape.com
524107ae90 make this newsheader valid for now 1999-02-08 23:05:05 +00:00
alecf%netscape.com
90b9059b8b minor fixes to make unix keep building 1999-02-06 03:37:12 +00:00
warren%netscape.com
d343f7cbab More cleanup of XPPtrArray. Factored nsMsgFolder, adding nsMsgLocalMailFolder. 1999-02-06 02:11:54 +00:00
alecf%netscape.com
b26b0af4a1 update test app to use new posting 1999-02-05 07:50:57 +00:00
warren%netscape.com
45b98e50f0 Ported XPPtrArray (and MSG_FolderArray) to use nsVoidArray and nsISupportsArray. 1999-02-05 07:02:51 +00:00
alecf%netscape.com
39a61e0df6 minor warnings cleanup 1999-02-05 05:43:53 +00:00
mscott%netscape.com
1cf0713ecb Only replace m_userData in the prompt call if the user entered some legitimate data...otherwise we risk stepping on our default
value.
1999-02-04 23:04:07 +00:00
mscott%netscape.com
856fcc5168 Remove dependency on mime.lib because we don't need it just yet... 1999-02-04 21:02:06 +00:00
mscott%netscape.com
4cbdc68c5d SetupUrl should return a value...this fixes build problem on windows... 1999-02-04 19:44:31 +00:00
alecf%netscape.com
211511b630 more fixes to allow for Message posting (not there yet...) 1999-02-04 04:27:10 +00:00
mscott%netscape.com
2127ac5c7d Small stuff..fixed some windows build breakages by returning a value in SetupUrl and PostData... 1999-02-04 02:36:57 +00:00
alecf%netscape.com
1ee9410915 move URL setup to a common function
change scanf -> fgets
initial skeleton for posting
1999-02-04 01:11:25 +00:00
mscott%netscape.com
383db939c2 Cast away constness for newsgroup interface for testing purposes...If we need to do this in the real news host, we'll change the news host interface such that the newsgroup passed in is not const.. 1999-02-02 03:05:39 +00:00
alecf%netscape.com
94e1191641 first attempt at using PL_ProcessEventQueue as the Unix main loop 1999-02-02 00:19:40 +00:00
alecf%netscape.com
a3316468f4 update to reflect new XPIDL generated API 1999-02-02 00:18:11 +00:00
mscott%netscape.com
25b784262e Add ReadNewsRC test to nntp test suite... 1999-02-01 22:19:55 +00:00
mscott%netscape.com
b3461532c2 Added some code for supporting readnewsrc stuff... 1999-02-01 22:19:11 +00:00
mscott%netscape.com
fc126d9630 Removing extra printf.... 1999-02-01 22:18:52 +00:00
mscott%netscape.com
2785a2ab17 More changes for the test harness to build on Linux.... 1999-01-31 08:20:41 +00:00