Closed
Bug 474441
Opened 15 years ago
Closed 15 years ago
Move the marquee reftests into the marquee reftests folder
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
Details
Attachments
(1 file, 1 obsolete file)
7.18 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
There are some reftests that test marquees in the bugs subfolder. I think it makes sense to move those in the marquee folder. That way, when you make changes to the xbl-marquee.xml file (the marquee binding file), you can easily test those by doing only the tests in that folder. Good idea or bad idea?
Attachment #357804 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•15 years ago
|
||
Comment on attachment 357804 [details] [diff] [review] patch Sounds fine. I assume you did an hg move or whatever on those files, right?
Attachment #357804 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•15 years ago
|
||
(In reply to comment #1) > (From update of attachment 357804 [details] [diff] [review]) > Sounds fine. I assume you did an hg move or whatever on those files, right? I did an hg addremove or isn't that good?
![]() |
||
Comment 3•15 years ago
|
||
Yeah, that's fine.
Comment 4•15 years ago
|
||
NO, IT'S NOT! You need to do hg move.
Comment 5•15 years ago
|
||
(Note that these are git-format diffs, so if it were a proper move, the diff would show that it was a move rather than an add + remove.)
![]() |
||
Comment 6•15 years ago
|
||
Doh. That's what made me ask in the first place, but I seemed to recall some docs somewhere claiming that addremove and move did the same thing in simple cases.
Assignee | ||
Comment 7•15 years ago
|
||
Ok, I did an hg rename now this time.
Attachment #357804 -
Attachment is obsolete: true
Attachment #357931 -
Flags: review?(dbaron)
Comment 8•15 years ago
|
||
Comment on attachment 357931 [details] [diff] [review] patch2 r=dbaron
Attachment #357931 -
Flags: review?(dbaron) → review+
Updated•15 years ago
|
Component: Reftest → Layout: Misc Code
OS: Windows XP → All
Product: Testing → Core
QA Contact: reftest → layout.misc-code
Hardware: x86 → All
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → martijn.martijn
Assignee | ||
Comment 9•15 years ago
|
||
Checked in: $ hg tip changeset: 24065:14a00e1bdfc2 tag: qtip tag: tip tag: qbase tag: marqueetests2.diff user: Martijn Wargers <mwargers@mozilla.com> date: Thu Jan 22 17:30:28 2009 +0100 summary: imported patch marqueetests2.diff Sorry for the useless commit message.
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Comment 10•15 years ago
|
||
Sorry, apparently I haven't checked it in yet.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 11•15 years ago
|
||
Ok, now it's really checked in: $ hg tip changeset: 24065:4f398c5824e1 tag: tip user: Martijn Wargers <mwargers@mozilla.com> date: Thu Jan 22 18:12:27 2009 +0100 summary: Bug 474441 - Move the marquee reftests into the marquee reftests fo lder, r=dbaron Notes to self, I did: hg qimport marqueetests2.diff hg qpush hg qrefresh -e (to edit the commit message) hg qdel -r qtip (to change it into a "real" changeset) http://hg.mozilla.org/mozilla-central/rev/4f398c5824e1 is confusing, but in reality still a hove was done.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Core → Core Graveyard
Updated•5 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•