summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup warning in Demo.java and rename message bundles to avoid class name ↵Andrew John Hughes2010-06-212-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | collisions. 2010-06-21 Andrew John Hughes <ahughes@redhat.com> * tools/Makefile.am: Fix patch to message bundles. 2010-04-12 Ivan Maidanski <ivmai@mail.ru> * examples/gnu/classpath/examples/swing/Demo.java: (mkMenuBar): Don't pass null as a second argument to getMethod() (to suppress a warning). * resource/gnu/javax/print/PrinterDialog.properties: Rename to "MessagesBundle.properties" (to prevent class name collision in case the properties file is converted to a class). * resource/gnu/javax/print/PrinterDialog_de.properties: Likewise. * gnu/javax/print/PrinterDialog.java (messages): Get resources from "gnu.javax.print.MessagesBundle" bundle instead of "gnu/javax/print/PrinterDialog" one. * tools/gnu/classpath/tools/common/Messages.java (BUNDLE_NAME): Convert "gnu.classpath.tools.common.Messages" to lowercase (to be consistent with other tools resource bundle names and to prevent class name collision in case the properties file is converted to a class). * tools/resource/gnu/classpath/tools/common/Messages.properties: Rename to "messages.properties". * tools/resource/gnu/classpath/tools/getopt/Messages.properties: Likewise. * testsuite/javax.swing.text.html.parser/test/gnu/javax/swing/text/html/parser/Parser_Test.java: Rename "enum" local variable to "en". * testsuite/javax.swing.text.html.parser/test/gnu/javax/swing/text/html/parser/ParserTest.java: Likewise.
* * all files: Update for new FSF address.Mark Wielaard2005-07-0222-43/+43
|
* 2005-03-10 Audrius Meskauskas <audriusa@bluewin.ch>Audrius Meskauskas2005-03-1021-0/+2679
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite\javax.swing.text.html.parser\ AllParserTests.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\HTML_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\AttributeList_test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\DTD_test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\Element_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\Entity_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\HTML_parsing.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\HTML_randomTable.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\parameterDefaulter_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\Parser_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\ParserEntityResolverTest.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\ParserTest.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\supplementaryNotifications.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\TagElement_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\TestCase.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\Text.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\textPreProcessor_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\Token_locations.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\low\Buffer_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\low\Constants_Test.java, testsuite\javax.swing.text.html.parser\ test\gnu\javax\swing\text\html\parser\low\ReaderTokenizer_Test.java: New Classpath specific tests for the parser classes in gnu namespace. Following the API, the parser package is unusually "closed", the absolute majority of the working classes being in gnu namespace. While I have contributed a set of tests to Mauve, this seems not sufficient; the implementation specific classes must also be tested to prevent regression.
* Initial list of tests.Paul Fisher1998-10-031-0/+22
|
* ByteTest now conforms to the new Guile testing framework.Paul Fisher1998-10-031-224/+107
|
* Initial commit of scheme driver code.Paul Fisher1998-10-031-0/+164
|
* Modified for testing frameworkBrian Jones1998-10-021-210/+437
|
* initial checkinBrian Jones1998-06-201-0/+212
|
* initial checkinBrian Jones1998-06-2032-0/+1435
|
* initial checkinBrian Jones1998-06-201-0/+170
|
* initial checkinBrian Jones1998-06-208-0/+701