|
|
@ -51,6 +51,7 @@ describe('feeds', function () {
|
|
|
|
var feedUrls = [
|
|
|
|
var feedUrls = [
|
|
|
|
nconf.get('url') + '/topic/' + tid + '.rss',
|
|
|
|
nconf.get('url') + '/topic/' + tid + '.rss',
|
|
|
|
nconf.get('url') + '/category/' + cid + '.rss',
|
|
|
|
nconf.get('url') + '/category/' + cid + '.rss',
|
|
|
|
|
|
|
|
nconf.get('url') + '/recent.rss',
|
|
|
|
nconf.get('url') + '/popular.rss',
|
|
|
|
nconf.get('url') + '/popular.rss',
|
|
|
|
nconf.get('url') + '/popular/day.rss',
|
|
|
|
nconf.get('url') + '/popular/day.rss',
|
|
|
|
nconf.get('url') + '/recentposts.rss',
|
|
|
|
nconf.get('url') + '/recentposts.rss',
|
|
|
|