Activity

From August 15, 2010 to September 13, 2010

September 13, 2010

18:39 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Fixed Failure on ReplyMessageTest class test:
- testReplyMessageForOneRecipientFromInbox()
- testReplyMessageForO...
Nandong Frank
18:38 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Failed in those class test:
class files:
RestoreDeletedMessageTest
RestoreArchiveMessageTest
method that effect...
Nandong Frank
18:29 Task #456: Merge mail box table
Create suggestion. It is more direct without type checking. Good job! Tan Lee Yong
18:22 Task #456: Merge mail box table
Edited the BaseHibernateDaoImpl and finish modify the SecuredMailBox methods.
Problem:
For example: When the use...
Ngoh Chee Ping
10:20 Task #456 (Development / Work In Progress): Merge mail box table
Table MAIL_BOX and MAIL_BOX_RECIPIENT have been created. This table is to combine the inbox, sentbox, and trashcan ta... Ngoh Chee Ping

September 08, 2010

02:23 Revision 114:02c87134e1b5: change to recipient, fixed the failure.
Nandong Frank
17:02 Task #464 (Work Completed-End life cycle): Add recipient type
Add the recipient type to handle ALL, Single and Multiple messages. Tan Lee Yong
17:02 Task #461: Change Table Structure
update new table design. Ngoh Chee Ping
17:01 Task #463 (Work Completed-End life cycle): Add number of recipient field
Add number of recipient field for the messagebox for the send to All user message type usage. Tan Lee Yong
17:00 Task #462 (Work Completed-End life cycle): Add audit history info for certain data
Keep data change history for those table which can be update by admin user. Tan Lee Yong
16:58 Task #461 (Work Completed-End life cycle): Change Table Structure
Change table structure to the new design. Chee Ping, please upload your design to this task. Tan Lee Yong
16:56 Task #460 (Work Completed-End life cycle): Enhance the Mail Category
To enhance mail category to address the below requirement:-
How if bank user had delete/edit the subject, is user al...
Tan Lee Yong
16:27 Task #457 (Work Completed-End life cycle): Change static field to integer
Change all the field that has static value to integer instead of text. Use the enum ordinal to get the enum integer. Tan Lee Yong
16:25 Task #456 (Work Completed-End life cycle): Merge mail box table
To merge the inbox, sentbox and trashcan to one single table Tan Lee Yong
11:34 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Fix Failure for GetMessageTest.java Nandong Frank
11:24 Revision 115:da2172e2a379: fixed archive, delete, get message test.
Ngoh Chee Ping
11:17 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
class files:
RestoreDeletedMessageTest
RestoreArchiveMessageTest
method that effected:
testRestoreArchiveMessag...
Nandong Frank
10:47 Task #424 (Work Completed-End life cycle): Enhance the SentBox Recipient Field
Ngoh Chee Ping
09:46 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
RestoreArchiveMessageTest have failure:
in method, testArchiveMessageFromTrashCan:
java.lang.AssertionError.java.te...
Nandong Frank
09:29 Task #424: Enhance the SentBox Recipient Field
Finish edited and tested all the methods in securedMailBox class. The problem of delete the data of the mail when the... Ngoh Chee Ping

September 07, 2010

06:22 Revision 112:7138837e80ce: added MailBoxTableObjectRecipient obj = getTableObjecRecipient(location);
Nandong Frank
03:05 Revision 110:5b31c39fdc11: commit TestDataUtil added recipient
Nandong Frank
16:14 Revision 113:c68298e65d12: Added selectRecipientObject in mockBase.. and tableEqualRecipient in S...
Ngoh Chee Ping
15:04 Revision 111:c6407550d20c: Modify test cases.
Ngoh Chee Ping
11:36 Revision 109:e11851ce96a6: added checkRecipient in SecuredMailBox, use to check the recipient of ...
Ngoh Chee Ping

September 06, 2010

02:08 Revision 106:11c4c18509b7: fix the failure in test case
Nandong Frank
18:21 Task #424: Enhance the SentBox Recipient Field
I change the database design for MailInbox, MailSentBox, MailArchive, and MailTrashCan. I add one column name sendSta... Ngoh Chee Ping
17:51 Revision 108:6913ce3de7c0: edited checkMessageId method.
Ngoh Chee Ping
15:21 Revision 107:a4ce7e7475a3: Edited database design, add one column in all mailbox
Ngoh Chee Ping
15:14 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
need to put MailBoxTableObjectRecipient in TestDataUtil.java Nandong Frank
11:16 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Got more failure, because i update new sources class and test case from cheeping and hafiz. Nandong Frank
10:49 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
fixed the problem for problem is here: lastActionUserId1.equals(lastActionUserId2).
solution:
just make the lastA...
Nandong Frank
09:26 Revision 105:c0c0bdab8ecb: test and solve problem until restore archive
Ngoh Chee Ping

September 03, 2010

18:11 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
2. RestoreDeletedMessageTest.java
RestoreDeletedMessageTest method have failure:
failure: java.lang.AssertionError:...
Nandong Frank
18:06 Task #424: Enhance the SentBox Recipient Field
Finish edited the SecuredMailBox, now doing simple testing on it to make sure it work. Now finish test sendMessage, r... Ngoh Chee Ping
17:37 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
1. RestoreArchiveMessageTest.java
method that has failure: testRestoreArchiveMessageToInbox
failure: java.lang.Asse...
Nandong Frank

September 02, 2010

18:18 Task #424: Enhance the SentBox Recipient Field
Changed the database table design. I move 4 columns in Mailbox to the recipient table, the columns i moved is LastAct... Ngoh Chee Ping
10:45 Revision 104:ac9cf4a8913b: Merge with 2247c1d8ab64a936a37fb5a2f44f255c23f7396b
Hafizudin MD
10:38 Revision 103:113cc627d587: add format sql
Hafizudin MD
10:36 Revision 102:135b9d29af6e: fix archive error spelling
Hafizudin MD
09:26 Revision 101:2247c1d8ab64: Corrected misspelling in property name.
burn-x

September 01, 2010

18:21 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
lastActionDate1.equals(lastActionDate2)&& - here got problem Nandong Frank
16:34 Revision 100:ec0700c71587: Edited the method inside SecuredMailBox
Ngoh Chee Ping
15:54 SecuredMailbox Functional Test Task #361: replyMessage test
replyMessage()
- add new message to inbox
- reply message
- compare list of message
change database by burn-x
...
Hafizudin MD
15:47 SecuredMailbox Functional Test Task #366: deleteMessgePermanently test
deleteMessgePermanently()
-create one testing message in inbox. sent message to delete
- delete Message Permanent...
Hafizudin MD
15:31 SecuredMailbox Functional Test Task #364 (Work Completed-End life cycle): deleteMessage test
deleteMessage()
-create new testing Message in inbox
-sent message to trashCan
-Compare result
Hafizudin MD
15:15 SecuredMailbox Functional Test Task #365 (Work Completed-End life cycle): restoreDeletedMessage test
restoreDeletedMessage()
-create one testing message in inbox. sent message to delete
-restore Deleted Message
-c...
Hafizudin MD
15:14 Revision 99:1910118e7161: Merge with 964c63ffc5cbdfc3f22f2528c35a7ae44c5bcf40
Hafizudin MD
15:10 Revision 98:73a858807840: getNewUpdate
Hafizudin MD
15:10 Revision 94:964c63ffc5cb: Corrected misspelling
burn-x
13:20 Revision 93:f725f80db455: changed database table, MailInbox, MailArchive, and MailTTrashCan
Ngoh Chee Ping
10:56 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
2 action java class test case got failure:
1. RestoreArchiveMessageTest.java
method : testRestoreArchiveMessageToIn...
Nandong Frank
10:03 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
ArchiveMessageTest.java
got failure: java.lang.AssertionError:null

find the error using junit test, the error ...
Nandong Frank

August 30, 2010

18:16 Task #424: Enhance the SentBox Recipient Field
The auto generated id no used already, change it to .NEXTVAL. In all the method that need to insert to the MailInbox ... Ngoh Chee Ping
10:46 Revision 97:488c31ac6566: add delete message.
add restore message Hafizudin MD
09:54 Task #424: Enhance the SentBox Recipient Field
If this is the case, we need to change the way to of insert. We can't use the auto generated id. We should create an ... Tan Lee Yong
09:47 Revision 96:6df9915b7ecb: add delete message.
add restore message Hafizudin MD

August 27, 2010

18:39 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
ReplyMessageTest class have failure method:
failure: net.penril.onlineapps.securedmailbox.exception.InvalidMessageBe...
Nandong Frank
18:28 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
got failure: java.lang.AssertionError:null in test case DeleteMessageTest.
affected method:
1. testDeleteMessageFro...
Nandong Frank
17:58 Task #424: Enhance the SentBox Recipient Field
- Added MailInboxRecipient, MailArchiveRecipient, and MailTrashCanRecipient table.
- All this is use to store the r...
Ngoh Chee Ping

August 26, 2010

17:09 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
This failure has been fixed:
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyRe...
Nandong Frank
16:45 Revision 92:8a8f9a3b689e: Solved Resource util problem.
Ngoh Chee Ping
13:52 Revision 95:ac7377a9f431: add new file
Hafizudin MD
13:51 SecuredMailbox Functional Test Task #359 (Rejected - End of life cycle): sendMessage Test
composeNewMessage is calling sendMessage() Hafizudin MD
13:39 Revision 91:cb9ee9bd601d: changes columns name
add search functional test Hafizudin MD
11:06 SecuredMailbox Functional Test Task #376 (Work Completed-End life cycle): searchByMessageBean test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
10:58 SecuredMailbox Functional Test Task #373 (Work Completed-End life cycle): searchBySubject test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
10:56 SecuredMailbox Functional Test Task #374 (Work Completed-End life cycle): searchByCreationDate test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
10:52 SecuredMailbox Functional Test Task #363 (Work Completed-End life cycle): restoreArchiveMessage test
finish
- add new message in mailbox
- sent new to archive
- restore Message
- search message in mailbox
- comp...
Hafizudin MD
10:48 SecuredMailbox Functional Test Task #375 (Work Completed-End life cycle): searchByLastActionDate test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
10:42 SecuredMailbox Functional Test Task #371 (Work Completed-End life cycle): searchByRecipientId test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
10:41 Task #424: Enhance the SentBox Recipient Field
It make sense too. If you want to archive, delete a sent mail and may be inbox need multiple recipients, then the des... Tan Lee Yong
10:41 SecuredMailbox Functional Test Task #370 (Work Completed-End life cycle): searchBySenderName test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
09:51 SecuredMailbox Functional Test Task #372 (Work Completed-End life cycle): searchByRecipientName test
finish
- add new message in mailbox
- search
- compare result
- change status Resolved()
Hafizudin MD
09:33 SecuredMailbox Functional Test Task #362 (Work Completed-End life cycle): archiveMessage test
finish
- add new message in inbox
- sent archive
- select message
- compare result with test message that been c...
Hafizudin MD
09:27 SecuredMailbox Functional Test Task #369: searchBySenderId test
set date Hafizudin MD
09:26 SecuredMailbox Functional Test Task #369: searchBySenderId test
set date Hafizudin MD
09:25 SecuredMailbox Functional Test Task #369 (Work Completed-End life cycle): searchBySenderId test
finish searchBySenderId()
- add new message in mailbox
- search
- compare result with test message that been cre...
Hafizudin MD
09:14 SecuredMailbox Functional Test Task #360 (Work Completed-End life cycle): readMessage test
change status to Resolved Hafizudin MD
09:13 SecuredMailbox Functional Test Task #360: readMessage test
finish
- compare message bean result & expected result
Hafizudin MD

August 25, 2010

18:01 Task #424 (Development / Work In Progress): Enhance the SentBox Recipient Field
Table MailSentBoxRecipient is added. Added one column in MailInbox, MailSentBox, MailArchive, and MailTrashCan table.... Ngoh Chee Ping
11:31 Revision 90:18df09267b09: add restoreArchive
Hafizudin MD
10:40 Revision 89:06c817a2a783: add archive message
Hafizudin MD
09:49 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Either the file is missing or the key
check the message on message.properties
data.notnull
data.recipient
inva...
Nandong Frank

August 24, 2010

12:21 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
update new commonUtil from mercurial server and put into onlineAppsMailbox as Jar files, testing for ResourceUtils.cl... Nandong Frank
11:48 Revision 88:f936989175f9: delete subscript in test
Hafizudin MD
11:40 Revision 87:bad8b6faf9a9: Merge with 8323f30afa626a4343edbf449228053642bdc4b7
Hafizudin MD
11:37 Revision 86:598a8f48cf3e: readMessage
Hafizudin MD

August 23, 2010

18:24 Task #424 (Closed - End of life cycle): Enhance the SentBox Recipient Field
To add a new table to handle large recipients. Tan Lee Yong
16:25 Task #310: Implement Bulk Recipient feature
Finish modify all the test cases by extract some methods out. Many comment also modified. The query used inside all t... Ngoh Chee Ping
15:29 Revision 85:930fb612a2ac: -add new commonUtil that can execute other than main resourceUtil
Hafizudin MD
15:19 Revision 83:8323f30afa62: extract methods from TestSubscriptionFuctionality class and modify comm...
Ngoh Chee Ping

August 20, 2010

09:57 Revision 82:868c2a4b45e3: deleted one column in database table.
Ngoh Chee Ping

August 19, 2010

17:16 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
I check here No problem with sResourcePropertiesFileURL :
protected ResourceUtils c_objResourceUtils = null;
priv...
Nandong Frank
13:13 Revision 81:4bdd93c3faae: Added comment for all test cases.
Ngoh Chee Ping
10:08 Revision 84:5884cab9afa6: add new
Hafizudin MD

August 18, 2010

23:27 SecuredMailbox Functional Test Task #360: readMessage test
readMessage()
- for create new testing message for archive and trashcan. first create new message in inbox (archiv...
Hafizudin MD
18:01 Task #310 (Work Completed-End life cycle): Implement Bulk Recipient feature
Finish all the test cases that use to test the methods inside MailSubscription class. All test cases running properly... Ngoh Chee Ping
17:57 Revision 80:8364fc94698d: remove unused imports in TestSubscriptionFunctionality class.
Ngoh Chee Ping
17:22 Revision 79:f9a0c1459c6c: Edited and added some test cases.
Ngoh Chee Ping
13:47 Revision 78:7aa7b9ae1608: added subscription test cases.
Ngoh Chee Ping
10:59 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
got Exception:
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, ...
Nandong Frank

August 17, 2010

13:47 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
In SecuredMailbox.java, until below code, it stop and throw Exception:
tableObject = fromMailBox.selectObjectFromMai...
Nandong Frank
10:07 SecuredMailbox Functional Test Task #360: readMessage test
go to maybank Hafizudin MD
10:06 SecuredMailbox Functional Test Task #360: readMessage test
readMessage()
-create method that can create one mail for testing readMail()
-create method than can delete testi...
Hafizudin MD
09:57 Task #310: Implement Bulk Recipient feature
3 more methods is added inside, that is:
- updateRecipientStatus(RecipientStatus status)
- getRecipientStatus()
- ...
Ngoh Chee Ping
09:56 SecuredMailbox Functional Test Task #368 (Work Completed-End life cycle): getUnreadMessage test
finish getUnreadMessage()
- can get message from all mailbox
- testing with null data will display error message
Hafizudin MD
09:37 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Today I want to fix :
testDeleteMessageFromInbox
Nandong Frank
09:36 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Find the failure trace for 3 method in test class:
testDeleteMessageFromInbox
testDeleteMessageFromSentBox
testD...
Nandong Frank
09:32 SecuredMailbox Functional Test Task #367 (Work Completed-End life cycle): getMessage test
finish getMessage()
- can get message from all mailbox
- testing with null data will display error message
- cha...
Hafizudin MD

August 16, 2010

09:38 Revision 77:9e5b3c9e02c1: Merge with 6534723661d2b1eeb87aaaef00afb87181815a3e
Siti Norahayu
09:37 Revision 76:32d30f7a587b: Backup for new updates
Siti Norahayu
09:31 Revision 75:6534723661d2: set server connection to bib
Hafizudin MD

August 15, 2010

13:10 Revision 74:8c89be70cf57: finish getMessage() , getUnreadMessage()
add new method functional test Hafizudin MD
 

Also available in: Atom