Overview
Comment: | Tweaks of minor import to example |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
537f9b860999af81a1f0a0a98d483c2b |
User & Date: | matt on 2014-02-13 23:14:43 |
Other Links: | branch diff | manifest | tags |
Context
2014-02-14
| ||
10:08 | Minor tweaks to tests check-in: 5a8da02251 user: mrwellan tags: v1.55 | |
2014-02-13
| ||
23:14 | Tweaks of minor import to example check-in: 537f9b8609 user: matt tags: v1.55 | |
22:58 | Committing partially complete example check-in: e201141f44 user: matt tags: v1.55 | |
Changes
Modified example/cfg/sxml/_sheets.sxml from [4d271afef0] to [cb97afa73f].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - - + | (http://www.gnumeric.org/v10.dtd:Attribute (http://www.gnumeric.org/v10.dtd:type "4") (http://www.gnumeric.org/v10.dtd:name "WorkbookView::is_protected") (http://www.gnumeric.org/v10.dtd:value "FALSE"))) (urn:oasis:names:tc:opendocument:xmlns:office:1.0:document-meta (@ (urn:oasis:names:tc:opendocument:xmlns:office:1.0:version "1.2")) (urn:oasis:names:tc:opendocument:xmlns:office:1.0:meta |
︙ |
Modified example/cfg/sxml/machines.sxml from [66611f1969] to [282ec399c9].
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | (http://www.gnumeric.org/v10.dtd:Footer (@ (Right "") (Middle "Page &[PAGE]") (Left ""))) (http://www.gnumeric.org/v10.dtd:paper "na_letter") (http://www.gnumeric.org/v10.dtd:comments "in_place") (http://www.gnumeric.org/v10.dtd:errors "as_displayed")) (http://www.gnumeric.org/v10.dtd:Styles (http://www.gnumeric.org/v10.dtd:StyleRegion |
︙ | |||
158 159 160 161 162 163 164 | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - + - + | (http://www.gnumeric.org/v10.dtd:ColInfo (@ (Unit "182.2") (No "3") (HardSize "1")))) (http://www.gnumeric.org/v10.dtd:Rows (@ (DefaultSizePts "12.75")) (http://www.gnumeric.org/v10.dtd:RowInfo (@ (Unit "13.5") (No "0") (Count "5")))) (http://www.gnumeric.org/v10.dtd:Selections |
Modified example/tests/diskspace/testconfig from [e6cfdd2243] to [11749ed8ca].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + + + | # Add steps here. Format is "stepname script" [ezsteps] hostname hostname diskspace diskspace.sh [requirements] waiton ping mode itemwait # Iteration for your tests are controlled by the items section [items] TARGETHOST [system refdb getrownames cfg machines] |