|
From: <tr...@us...> - 2003-09-16 05:19:06
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/journal/query
In directory sc8-pr-cvs1:/tmp/cvs-serv31207/modules/core/src/com/babeldoc/core/journal/query
Modified Files:
JournalQueryTest.java
Log Message:
updated the commons-lang component. going through all the TODOs and remediating the issues.
Index: JournalQueryTest.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/journal/query/JournalQueryTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JournalQueryTest.java 27 Jun 2003 02:19:58 -0000 1.3
--- JournalQueryTest.java 16 Sep 2003 05:19:00 -0000 1.4
***************
*** 107,113 ****
/**
! * TODO: DOCUMENT ME!
! *
! * @return DOCUMENT ME!
*/
public static Test suite() {
--- 107,111 ----
/**
! * @return make a test suite
*/
public static Test suite() {
***************
*** 118,124 ****
/**
! * TODO: DOCUMENT ME!
! *
! * @throws Exception DOCUMENT ME!
*/
public void testGetAllTickets() throws Exception {
--- 116,120 ----
/**
! * @throws Exception
*/
public void testGetAllTickets() throws Exception {
***************
*** 140,145 ****
/**
- * TODO: DOCUMENT ME!
- *
* @throws Exception DOCUMENT ME!
*/
--- 136,139 ----
***************
*** 151,157 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
public void testGetNewTickets() throws Exception {
--- 145,151 ----
/**
! * Test getting new tickets
*
! * @throws Exception
*/
public void testGetNewTickets() throws Exception {
***************
*** 166,170 ****
/**
! * TODO: DOCUMENT ME!
*
* @throws Exception DOCUMENT ME!
--- 160,164 ----
/**
! * Get new tickets newest first
*
* @throws Exception DOCUMENT ME!
***************
*** 183,187 ****
/**
! * TODO: DOCUMENT ME!
*
* @throws Exception DOCUMENT ME!
--- 177,181 ----
/**
! * Get new tickets oldest first
*
* @throws Exception DOCUMENT ME!
***************
*** 199,203 ****
/**
! * TODO: DOCUMENT ME!
*
* @throws Exception DOCUMENT ME!
--- 193,197 ----
/**
! * Get the updated documents
*
* @throws Exception DOCUMENT ME!
***************
*** 210,214 ****
/**
! * TODO: DOCUMENT ME!
*
* @throws Exception DOCUMENT ME!
--- 204,208 ----
/**
! * Get update status tickets
*
* @throws Exception DOCUMENT ME!
***************
*** 221,225 ****
/**
! * TODO: DOCUMENT ME!
*
* @throws Exception DOCUMENT ME!
--- 215,219 ----
/**
! * Setup the journal
*
* @throws Exception DOCUMENT ME!
***************
*** 231,235 ****
/**
! * TODO: DOCUMENT ME!
*
* @throws Exception DOCUMENT ME!
--- 225,229 ----
/**
! * teardown the journal
*
* @throws Exception DOCUMENT ME!
|