yiskang / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Forking ability needed in TCL for full test coverage #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

lock4-1.2... fails with
Error: wrong # args: should be "exec ?switches? arg ?arg ...?"

because TCL port cannot fork

  # Kick off the second process.
  exec [info nameofexec] ./test2-script.tcl &

Original issue reported on code.google.com by noah.hart@gmail.com on 5 Aug 2009 at 1:43

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 5 Aug 2009 at 2:56

GoogleCodeExporter commented 8 years ago
Decided not to implement in C#;  Skipping these coverage tests;  Will try to 
recreate this test scenario via unit testing 

Original comment by noah.hart@gmail.com on 20 Aug 2009 at 5:32