summaryrefslogtreecommitdiff
path: root/test/files/jvm/unittest_xml.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-101/+0
| | | | | | | | | Every test deleted here has found its way to the respective repositories of scala-xml and scala-parser-combinators, where they will continue to be tested with partest. The modified tests became independent of these modules, as they should've been from the start.
* Fixed broken testsAlex Cruise2012-03-151-1/+1
|
* Begone t1737...Hubert Plociniczak2011-11-021-4/+4
|
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-4/+3
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-63/+56
| | | | | | | | | | | | Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review.
* More accumulated XML work, including removing s...Paul Phillips2009-09-251-11/+6
| | | | | | | More accumulated XML work, including removing some bits which were deprecated long ago or are visibly abandoned. Hopefully this will be the last XML patch for a while.
* Restored xml test cases to unminimized tagsPaul Phillips2009-05-151-1/+1
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-011-1/+1
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* Added test for #777, by Alex CruiseAntonio Cunei2009-04-141-0/+4
|
* new pattern matching algoBurak Emir2007-03-221-0/+2
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-031-2/+4
| | | | | | | HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-021-1/+16
| | | | | | | | * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-271-0/+5
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-271-1/+26
| | | | | | + Utility.trim function to remove whitespace + tests
* MSIL-firendly test suitmihaylov2007-02-051-0/+61