{ "id": "62921", "key": "TIMOB-2289", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-07-27T08:30:06.000+0000", "created": "2011-04-15T03:15:44.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "drillbit", "feature", "tooling" ], "versions": [], "issuelinks": [ { "id": "19200", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-07-27T08:30:06.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10204", "name": "Drillbit" } ], "description": "{html}
I tried adding a folder for drillbit tests with various names\nand it refused to load the folder. When I moved the test up a level\nit worked.
\n\ndrwxr-xr-x 3 dthorp staff 102 Nov 3 21:43 android\ndrwxr-xr-x 3 dthorp staff 102 Nov 3 21:43 iphone\n-rw-r--r--@ 1 dthorp staff 164 Nov 3 21:43 kroll.js\n-rw-r--r--@ 1 dthorp staff 183 Nov 6 18:22 lh-2288.js\ndrwxr-xr-x 4 dthorp staff 136 Nov 3 21:43 tiapp\ndrwxr-xr-x 3 dthorp staff 102 Nov 6 12:29 tidb
\n
\nI tried adding drillbit
, tidrillbit
,\ntidbit
none of which would show up in the UI.
what's the name of the JS file under tidb? (it should be\ntidb.js)
tidb.js has a file with that name. I guess I incorrectly assumed\nthat I could put as many JS files under a folder as I wanted for\norganization and they could, in the future, get run as a group. For\nexample, I might create 1 js file per lh ticket affecting that\nmodule and run only it as I work on the issue. Then afterwards run\neverything in that module to see if I'd broken anything common and\nthen back out and run them all.
Don, Marshall - Is this something to fix in M04???
@Ralf. No I need to reclassify it as a feature based on the\ndiscussion. I originally filed it not understanding the requirement\nto have the name.js match the directory.