|
From: <tr...@us...> - 2003-09-17 22:13:32
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/journal
In directory sc8-pr-cvs1:/tmp/cvs-serv31604/modules/core/src/com/babeldoc/core/journal
Modified Files:
JournalTest.java
Log Message:
javadoc updates
Index: JournalTest.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/journal/JournalTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JournalTest.java 27 Jun 2003 02:19:57 -0000 1.3
--- JournalTest.java 17 Sep 2003 22:13:20 -0000 1.4
***************
*** 112,116 ****
/**
! * TODO: DOCUMENT ME!
*
* @return DOCUMENT ME!
--- 112,116 ----
/**
! * Test suite
*
* @return DOCUMENT ME!
***************
*** 123,129 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
public void testForkTicket() throws Exception {
--- 123,129 ----
/**
! * test forking tickets
*
! * @throws Exception
*/
public void testForkTicket() throws Exception {
***************
*** 133,139 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
public void testGetNewTicket() throws Exception {
--- 133,139 ----
/**
! * test getting new ticket
*
! * @throws Exception
*/
public void testGetNewTicket() throws Exception {
***************
*** 142,148 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
public void testUpdateDocument() throws Exception {
--- 142,148 ----
/**
! * test updating document
*
! * @throws Exception
*/
public void testUpdateDocument() throws Exception {
***************
*** 154,160 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
public void testUpdateStatus() throws Exception {
--- 154,160 ----
/**
! * testimg i[date statis
*
! * @throws Exception
*/
public void testUpdateStatus() throws Exception {
***************
*** 164,170 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
protected void setUp() throws Exception {
--- 164,170 ----
/**
! * Setup the test
*
! * @throws Exception
*/
protected void setUp() throws Exception {
***************
*** 174,180 ****
/**
! * TODO: DOCUMENT ME!
*
! * @throws Exception DOCUMENT ME!
*/
protected void tearDown() throws Exception {
--- 174,180 ----
/**
! * Teardown the test
*
! * @throws Exception
*/
protected void tearDown() throws Exception {
|