Commit 53579093 authored by yihua.huang's avatar yihua.huang

bugfix

parent 5cfdb10f
<item> <item>
<title>${title}</title> <title>${title}</title>
<link>http://127.0.0.1/wordpress/?p=${uuid}</link> <link>http://127.0.0.1/wordpress/?p=${id}</link>
<pubDate>${date}</pubDate> <pubDate>${date}</pubDate>
<dc:creator>admin</dc:creator> <dc:creator>admin</dc:creator>
<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=${uuid}</guid> <guid isPermaLink="false">http://127.0.0.1/wordpress/?p=${id}</guid>
<description></description> <description></description>
<content:encoded><![CDATA[${content}]]></content:encoded> <content:encoded><![CDATA[${content}]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded> <excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>${uuid}</wp:post_id> <wp:post_id>${id}</wp:post_id>
<wp:post_date>${date}</wp:post_date> <wp:post_date>${date}</wp:post_date>
<wp:post_date_gmt>${date}</wp:post_date_gmt> <wp:post_date_gmt>${date}</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status> <wp:comment_status>open</wp:comment_status>
......
...@@ -17,7 +17,6 @@ import java.io.IOException; ...@@ -17,7 +17,6 @@ import java.io.IOException;
*/ */
public class DiandianProcessorTest { public class DiandianProcessorTest {
@Ignore
@Test @Test
public void test() throws IOException { public void test() throws IOException {
DiandianBlogProcessor diaoyuwengProcessor = new DiandianBlogProcessor(); DiandianBlogProcessor diaoyuwengProcessor = new DiandianBlogProcessor();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment