Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Refinements to test case (issue still does not reproduce). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tkt-343d392b51 |
Files: | files | file ages | folders |
SHA1: |
a272ddc559e719e807abbb11cbe9483d |
User & Date: | mistachkin 2011-10-06 05:33:06.021 |
Context
2011-10-06
| ||
10:54 | Update test case for ticket [343d392b51] as it now reproduces the issue. check-in: 41413183d3 user: mistachkin tags: tkt-343d392b51 | |
05:33 | Refinements to test case (issue still does not reproduce). check-in: a272ddc559 user: mistachkin tags: tkt-343d392b51 | |
05:28 | Merge with trunk. check-in: 3ab8344ffc user: mistachkin tags: tkt-343d392b51 | |
Changes
Changes to Tests/tkt-343d392b51.eagle.
︙ | ︙ | |||
88 89 90 91 92 93 94 95 96 97 98 99 100 101 | // // NOTE: Update even rows and delete odd rows. // if ((long)dataRow\["x"\] % 2 == 0) dataRow\["y"\] = "zero"; else dataRow.Delete(); } dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } | > > | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | // // NOTE: Update even rows and delete odd rows. // if ((long)dataRow\["x"\] % 2 == 0) dataRow\["y"\] = "zero"; else dataRow.Delete(); break; } dataAdapter.Update(dataTable); // DBConcurrencyException (?) } } } } |
︙ | ︙ | |||
111 112 113 114 115 116 117 | } -cleanup { cleanupDb $otherFileName cleanupDb $fileName unset -nocomplain result code results errors i sql table otherDbName \ otherDataSource dataSource id db otherFileName fileName } -constraints \ | | | | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | } -cleanup { cleanupDb $otherFileName cleanupDb $fileName unset -nocomplain result code results errors i sql table otherDbName \ otherDataSource dataSource id db otherFileName fileName } -constraints \ {eagle monoBug28 command.sql compile.DATA SQLite System.Data.SQLite} -match \ regexp -result {^Ok System#CodeDom#Compiler#CompilerResults#\d+ \{\} 0 \{\}$}} ############################################################################### runSQLiteTestEpilogue runTestEpilogue |