[jboss-cvs] jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test ...

Christian Bauer christian at hibernate.org
Wed Jan 2 13:59:47 EST 2008


  User: cbauer  
  Date: 08/01/02 13:59:47

  Modified:    examples/wiki/src/test/org/jboss/seam/wiki/test  
                        WikiBaseData.dbunit.xml ForumData.dbunit.xml
  Log:
  Make feed domain model extensible, preparation for aggregator
  
  Revision  Changes    Path
  1.6       +4 -0      jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/WikiBaseData.dbunit.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WikiBaseData.dbunit.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/WikiBaseData.dbunit.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- WikiBaseData.dbunit.xml	2 Jan 2008 05:36:15 -0000	1.5
  +++ WikiBaseData.dbunit.xml	2 Jan 2008 18:59:47 -0000	1.6
  @@ -348,6 +348,8 @@
   
       <FEED
           FEED_ID = "1"
  +        FEED_TYPE="INTERNAL"
  +        FEED_LINK="http://localhost:8080/wiki/ROOT"
           TITLE = "AAA"
           AUTHOR = "System Administrator"
           PUBLISHED_ON = "2006-09-23 13:45:00"
  @@ -356,6 +358,8 @@
   
       <FEED
           FEED_ID = "2"
  +        FEED_TYPE="INTERNAL"
  +        FEED_LINK="http://localhost:8080/wiki/BBB"
           TITLE = "BBB"
           AUTHOR = "System Administrator"
           PUBLISHED_ON = "2006-09-25 13:45:00"
  
  
  
  1.2       +6 -0      jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/ForumData.dbunit.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ForumData.dbunit.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/ForumData.dbunit.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ForumData.dbunit.xml	19 Dec 2007 04:29:24 -0000	1.1
  +++ ForumData.dbunit.xml	2 Jan 2008 18:59:47 -0000	1.2
  @@ -13,6 +13,8 @@
           NS_LEFT="100" NS_RIGHT="105" NS_THREAD="1"/>
       <FEED
           FEED_ID = "100"
  +        FEED_TYPE="INTERNAL"
  +        FEED_LINK="http://localhost:8080/wiki/Forums"
           TITLE = "Forums"
           AUTHOR = "System Administrator"
           PUBLISHED_ON = "2006-09-25 13:45:00"
  @@ -49,6 +51,8 @@
           NS_LEFT="101" NS_RIGHT="102" NS_THREAD="1"/>
       <FEED
           FEED_ID = "101"
  +        FEED_TYPE="INTERNAL"
  +        FEED_LINK="http://localhost:8080/wiki/Forums/SeamUsers"
           TITLE = "Seam Users"
           AUTHOR = "System Administrator"
           PUBLISHED_ON = "2006-09-25 13:45:00"
  @@ -184,6 +188,8 @@
       <WIKI_MENU_ITEM DIRECTORY_ID="109" DISPLAY_POSITION="1"/>
       <FEED
           FEED_ID = "102"
  +        FEED_TYPE="INTERNAL"
  +        FEED_LINK="http://localhost:8080/wiki/Forums/SeamDevelopers"
           TITLE = "Seam Developers"
           AUTHOR = "System Administrator"
           PUBLISHED_ON = "2006-09-25 13:45:00"
  
  
  



More information about the jboss-cvs-commits mailing list