|
|
roller/tests/org/roller/business TestAll.java,1.14,1.15 NewsfeedManagerTest: msg#00210
|
Subject: |
roller/tests/org/roller/business TestAll.java,1.14,1.15 NewsfeedManagerTest.java,1.8,NONE |
Update of /cvsroot/roller/roller/tests/org/roller/business
In directory sc8-pr-cvs1:/tmp/cvs-serv16274/tests/org/roller/business
Modified Files:
TestAll.java
Removed Files:
NewsfeedManagerTest.java
Log Message:
Removed the goofy old and useless Newsfeed manager.
- #showNewsfeed macro still exists, but you pass it a newsfeed URL rather than
a newsfeed name.
- #showNewsfeed macro still uses cache of newsfeed data shared by all users.
- Flock RSS parser replaced by Informa RSS parser in NewfeedCache and in
LinkbackExtractor.
Index: TestAll.java
===================================================================
RCS file: /cvsroot/roller/roller/tests/org/roller/business/TestAll.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** TestAll.java 29 Nov 2003 19:11:21 -0000 1.14
--- TestAll.java 30 Nov 2003 17:00:49 -0000 1.15
***************
*** 32,36 ****
suite.addTest(RefererManagerTest.suite());
suite.addTest(BookmarkManagerTest.suite());
- suite.addTest(NewsfeedManagerTest.suite());
return suite;
--- 32,35 ----
--- NewsfeedManagerTest.java DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|
| |