summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml01.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-24/+24
|
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-107/+62
| | | | | | | | | | | | 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.
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* Quite a lot more work on XML equality than I ca...Paul Phillips2010-02-261-21/+19
| | | | | | | | | | | | | | | | | | Quite a lot more work on XML equality than I can properly justify spending time on, but you know how it is once you get started on something. This commit will likely break some code out there in the world but this is impossible to avoid if we are to achieve sane equality in trunk. For anyone who was relying upon the 2.7 equality behavior for scala.xml.* classes, using "xml_==" instead of "==" for comparisons will restore the old behavior. The standard == on xml elements now attempts to behave in such a way that symmetry and hashCode contracts will be preserved. It's probably not 100% there yet, but I can tell you this: it is closer today than it was yesterday. Review by community.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Organized disabled directory so it works with p...Paul Phillips2009-05-091-0/+228
| | | | | | | Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
* massive new collections checkin.Martin Odersky2009-05-081-231/+0
|
* Renamed overloaded toString variations througho...Paul Phillips2009-05-011-0/+3
| | | | | | Renamed overloaded toString variations throughout scala.xml to buildString. Fixes bug #547, includes test case.
* removed more warningsmichelou2008-01-181-11/+11
|
* removed deprecated featuresmichelou2007-12-191-28/+23
|
* fixed #60 ampersand in xmlBurak Emir2007-09-141-0/+7
|
* new pattern matching algoBurak Emir2007-03-221-0/+2
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* changed collection librariesMartin Odersky2007-01-041-1/+1
|
* 1.Martin Odersky2007-01-031-1/+1
|
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-141-0/+9
|
* Moved Predef.Array* to scala.Array.apply*mihaylov2006-09-051-1/+1
|
* added group and changed metadataBurak Emir2006-09-031-0/+9
|
* test case for xml libraryBurak Emir2006-03-311-0/+206
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-205/+0
| | | | | Removed old scala tests from new Scala core module.
* changed test cases for anyvalue attributesBurak Emir2005-12-121-1/+22
|
* - removed illegal code.michelou2005-11-091-38/+37
|
* added test case for NodeSeq.applyBurak Emir2005-11-081-0/+8
|
* added text methodBurak Emir2005-11-051-0/+1
|
* made test files fit for nscBurak Emir2005-07-291-1/+3
|
* rearrangement of Scala XML libraryburaq2005-04-241-56/+56
|
* fixed bug in new XML API related to namespacesburaq2005-04-191-1/+1
|
* helloburaq2005-04-111-0/+174