You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/17 08:08:18 UTC

[Bug 120603] New: [testuno]Test Create and Load Date and Time Field in Writer by UNO

https://issues.apache.org/ooo/show_bug.cgi?id=120603

          Priority: P3
            Bug ID: 120603
                CC: ooo-issues@incubator.apache.org
          Assignee: ooo-extensions-website_de@oracle.com
           Summary: [testuno]Test Create and Load Date and Time Field in
                    Writer by UNO
          Severity: normal
        Issue Type: PATCH
    Classification: Unclassified
                OS: All
          Reporter: zongdj001@gmail.com
          Hardware: All
            Status: CONFIRMED
           Version: OOO340m0
         Component: testscripts
           Product: qa

Created attachment 78986
  --> https://issues.apache.org/ooo/attachment.cgi?id=78986&action=edit
datetime field test class

1.A class test date and time field
2.A method loadComponentFromURL in UNOAPP.java

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

--- Comment #7 from zong dong jun <zo...@gmail.com> ---
Created attachment 78990
  --> https://issues.apache.org/ooo/attachment.cgi?id=78990&action=edit
patch - remove try catch

Remove try catch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

--- Comment #3 from zong dong jun <zo...@gmail.com> ---
3.SWUtil.java

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

zong dong jun <zo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78988|0                           |1
        is obsolete|                            |

--- Comment #4 from zong dong jun <zo...@gmail.com> ---
Created attachment 78989
  --> https://issues.apache.org/ooo/attachment.cgi?id=78989&action=edit
pach

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

--- Comment #5 from SVN Robot <sv...@dev.null.org> ---
"liuzhe" committed SVN revision 1374159 into trunk:
#120603# - [testuno]Test Create and Load Date and Time Field in Writer by
UNO...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |AOO 4.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

zong dong jun <zo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78986|0                           |1
        is obsolete|                            |

--- Comment #1 from zong dong jun <zo...@gmail.com> ---
Created attachment 78987
  --> https://issues.apache.org/ooo/attachment.cgi?id=78987&action=edit
date and time field test class

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

aliuzhe@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aliuzhe@gmail.com

--- Comment #6 from aliuzhe@gmail.com ---
Thanks for your contribution. I has committed it at revision 1374159.
When I reviewed it, I found you catch some exceptions and ignore them. Think
about the situation. A bug leads the code in try block to throw an exception,
since you ignore the exception, your test will pass. That's bad.  Don't catch
the exceptions. Add throws Exception to your test method declaration.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

Yan Ji <ya...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
           Assignee|ooo-extensions-website_de@o |zongdj001@gmail.com
                   |racle.com                   |

--- Comment #9 from Yan Ji <ya...@gmail.com> ---
This script has been comitted.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

zong dong jun <zo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78987|0                           |1
        is obsolete|                            |

--- Comment #2 from zong dong jun <zo...@gmail.com> ---
Created attachment 78988
  --> https://issues.apache.org/ooo/attachment.cgi?id=78988&action=edit
date and time field test class

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120603] [testuno]Test Create and Load Date and Time Field in Writer by UNO

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120603

--- Comment #8 from SVN Robot <sv...@dev.null.org> ---
"liuzhe" committed SVN revision 1374165 into trunk:
#120603# - [testuno]Test Create and Load Date and Time Field in Writer by
UNO...

-- 
You are receiving this mail because:
You are on the CC list for the bug.