Closed Bug 687706 Opened 14 years ago Closed 14 years ago

remove "Test App.app" and its troublesome symlink

Categories

(Add-on SDK Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: warner, Assigned: warner)

Details

Attachments

(1 file)

as Myk noticed (http://groups.google.com/group/mozilla-labs-jetpack/browse_thread/thread/c71cea4749291ce1?hl=en), the symlink in "python-lib/cuddlefish/Test App.app" is troublesome (doesn't work on git under windows), and from what I can tell, that whole "Test App" directory is effectively unused. So let's get rid of it.
Comment on attachment 561057 [details] remove TestApp.app and change code to stop using it I don't know if this patch capture my intent correctly (patches which delete binary files aren't always possible to represent in text), but it's basically 'rm -f python-lib/cuddlefish/Test\ App.app' and then some changes to __init__.py to stop using it under darwin.
Attachment #561057 - Flags: review?(myk)
Assignee: nobody → warner-bugzilla
Comment on attachment 561057 [details] remove TestApp.app and change code to stop using it Note: I ran into trouble applying the patch, as `git apply` complained "error: cannot apply binary patch to 'python-lib/cuddlefish/Test App.app/Contents/MacOS/xulrunner' without full index line." `git diff --full-index` generated a patch without this problem, as did `git diff --binary` (which implies `--full-index`).
Attachment #561057 - Flags: review?(myk) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: