Activity

From August 06, 2010 to September 04, 2010

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 94:964c63ffc5cb: Corrected misspelling
burn-x
15:10 Revision 98:73a858807840: getNewUpdate
Hafizudin MD
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

August 13, 2010

19:17 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Below is the error find on these method:
protected static MailBoxTableObjectInterface getTableObject (MAILBOX locati...
Nandong Frank
16:52 Revision 73:79500dfc8456: Merge with 49f41cc91df9a812818a0b2203f122fbe1e546c3
Hafizudin MD
16:51 Revision 72:736f36e97616: getMeassage - inbox
Hafizudin MD
16:16 Revision 71:49f41cc91df9: MockBaseHibernateDaoFOrSendMail.java.orig left.
Ngoh Chee Ping
14:53 Revision 70:28790e3002d5: Added subscription function.
Ngoh Chee Ping
12:16 Revision 69:225db5c90fc3: New Source Folder for Functional Test
Ayu Mastura
11:54 SecuredMailbox Functional Test Task #382 (New - Begin Life Cycle): getAllMailSubject test
To test getAllMailSubject() Tan Lee Yong
11:54 SecuredMailbox Functional Test Task #381 (New - Begin Life Cycle): getUserBySubject test
To test getUserBySubject() Tan Lee Yong
11:54 SecuredMailbox Functional Test Task #380 (New - Begin Life Cycle): deleteUserFromMailSubject test
To test deleteUserFromMailSubject() Tan Lee Yong
11:53 SecuredMailbox Functional Test Task #379 (New - Begin Life Cycle): addUserToMailSubject test
To test addUserToMailSubject() Tan Lee Yong
11:53 SecuredMailbox Functional Test Task #378 (New - Begin Life Cycle): deleteMailSubjectById test
To test deleteMailSubjectById() Tan Lee Yong
11:53 SecuredMailbox Functional Test Task #377 (New - Begin Life Cycle): addMailSubject test
To test addMailSubject() Tan Lee Yong
11:52 SecuredMailbox Functional Test Task #376 (Closed - End of life cycle): searchByMessageBean test
To test searchByMessageBean() Tan Lee Yong
11:52 SecuredMailbox Functional Test Task #375 (Work Completed-End life cycle): searchByLastActionDate test
To test searchByLastActionDate() Tan Lee Yong
11:51 SecuredMailbox Functional Test Task #374 (Work Completed-End life cycle): searchByCreationDate test
To test searchByCreationDate() Tan Lee Yong
11:51 SecuredMailbox Functional Test Task #373 (Work Completed-End life cycle): searchBySubject test
To test searchBySubject() Tan Lee Yong
11:51 SecuredMailbox Functional Test Task #372 (Work Completed-End life cycle): searchByRecipientName test
To test searchByRecipientName() Tan Lee Yong
11:50 SecuredMailbox Functional Test Task #371 (Work Completed-End life cycle): searchByRecipientId test
To test searchByRecipientId() Tan Lee Yong
11:49 SecuredMailbox Functional Test Task #370 (Work Completed-End life cycle): searchBySenderName test
To test searchBySenderName() Tan Lee Yong
11:49 SecuredMailbox Functional Test Task #369 (Closed - End of life cycle): searchBySenderId test
To test searchBySenderId() Tan Lee Yong
11:47 SecuredMailbox Functional Test Task #368 (Work Completed-End life cycle): getUnreadMessage test
To test getUnreadMessage() Tan Lee Yong
11:47 SecuredMailbox Functional Test Task #367 (Work Completed-End life cycle): getMessage test
To test getMessage() Tan Lee Yong
11:46 SecuredMailbox Functional Test Task #366 (Work Completed-End life cycle): deleteMessgePermanently test
To test deleteMessgePermanently() Tan Lee Yong
11:45 SecuredMailbox Functional Test Task #365 (Work Completed-End life cycle): restoreDeletedMessage test
To test restoreDeletedMessage() Tan Lee Yong
11:45 SecuredMailbox Functional Test Task #364 (Work Completed-End life cycle): deleteMessage test
To test deleteMessage() Tan Lee Yong
11:45 SecuredMailbox Functional Test Task #363 (Work Completed-End life cycle): restoreArchiveMessage test
To test restoreArchiveMessage() Tan Lee Yong
11:44 SecuredMailbox Functional Test Task #362 (Work Completed-End life cycle): archiveMessage test
To test archiveMessage() Tan Lee Yong
11:36 SecuredMailbox Functional Test Task #361 (Work Completed-End life cycle): replyMessage test
To test replyMessage() Tan Lee Yong
11:35 SecuredMailbox Functional Test Task #360 (Work Completed-End life cycle): readMessage test
To test readMessage() Tan Lee Yong
11:35 SecuredMailbox Functional Test Task #359 (Closed - End of life cycle): sendMessage Test
To test sendMessage() Tan Lee Yong
11:34 SecuredMailbox Functional Test Task #358 (New - Begin Life Cycle): Create composeNewMessage Test
To test composeNewMessage() Tan Lee Yong
09:40 Task #310: Implement Bulk Recipient feature
I created a new project to do the subscription functionality. In this new project, i created 4 table to use for the f... Ngoh Chee Ping

August 09, 2010

18:11 Task #310: Implement Bulk Recipient feature
Finish tested the time taken to send mail to many recipients. The time taken is too long. Therefore, now changing the... Ngoh Chee Ping

August 06, 2010

18:15 Task #310: Implement Bulk Recipient feature
Already tested store numbers from 1-1000,1-10000,1-100000,1-200000,...,1-900000. Maximum numbers can store is 1-92300... Ngoh Chee Ping
 

Also available in: Atom