Tk Library Source Code

View Ticket
Login
Ticket UUID: 2811747
Title: Tests for graph(ops) - Don't import struct::graph into ::
Type: Bug Version: None
Submitter: andreas_kupries Created on: 2009-06-24 20:03:58
Subsystem: struct :: graph Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2009-11-04 00:39:43
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2009-11-03 17:39:43
Description:
Get rid of
   namespace import -force struct::graph
in modules/struct/graph/tests/Xsetup.

This can mask bugs [graph] vs [struct::graph] in graph operations, by making the command available in the global namespace.

Also: graphops.test seems to depend on setup done by graph.test, cannot run without. Fix.
User Comments: andreas_kupries added on 2009-11-04 00:39:43:

allow_comments - 1

andreas_kupries added on 2009-11-04 00:39:42:
Fixed the import issue as well.

andreas_kupries added on 2009-11-03 05:38:07:

File Added - 349272: graph_2811747.patch

andreas_kupries added on 2009-11-03 05:37:37:

File Deleted - 349271:

andreas_kupries added on 2009-11-03 05:34:13:

File Added - 349271: graph_2811747.patch

andreas_kupries added on 2009-09-25 05:32:57:
> Also: graphops.test seems to depend on setup done
> by graph.test, cannot run without. Fix.
This part has been fixed as part of the GSoC 2009 integration.

Attachments: