Closed (fixed)
Project:
Quiz
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2007 at 18:48 UTC
Updated:
14 Aug 2007 at 22:36 UTC
On the August 6 dev version (/* $Id: quiz.module,v 1.86.2.18 2007/08/06 23:35:32 kscheirer Exp $ */) I can add the patches
- quiz_anonymous_caching.patch
- quiz_edit_questions_2.patch
but not
- quiz_result_options.patch
Here is the output of a dry run of that third patch:
patch < /quiz/quiz_result_options.patch --dry-run
patching file quiz.module
Hunk #8 succeeded at 859 (offset 10 lines).
Hunk #9 succeeded at 897 (offset 10 lines).
Hunk #10 succeeded at 976 (offset 10 lines).
Hunk #11 succeeded at 1022 (offset 10 lines).
Hunk #12 succeeded at 1045 (offset 10 lines).
Hunk #13 FAILED at 1333.
Hunk #14 succeeded at 1632 (offset 13 lines).
Hunk #15 succeeded at 1649 (offset 13 lines).
Hunk #16 succeeded at 2000 (offset 13 lines).
Hunk #17 succeeded at 2119 (offset 13 lines).
1 out of 17 hunks FAILED -- saving rejects to file quiz.module.rej
patching file multichoice.module
Hunk #1 FAILED at 66.
Hunk #2 succeeded at 125 (offset 8 lines).
Hunk #3 FAILED at 187.
Hunk #4 succeeded at 216 (offset 13 lines).
Hunk #5 FAILED at 267.
Hunk #6 succeeded at 299 (offset 17 lines).
Hunk #7 succeeded at 537 (offset 17 lines).
Hunk #8 succeeded at 548 (offset 17 lines).
3 out of 8 hunks FAILED -- saving rejects to file multichoice.module.rej
patching file quiz.install
I looked at the HEAD version to see if it included all three, but it looks several months old.
Comments
Comment #1
kscheirerthe edit questions patch is now included in quiz 1.0.
I've update the anonymous caching patch and the
result options to work against that version of the quiz module as well.
so hopefully all should apply ok, please let me know if you have
more trouble.
Comment #2
add1sun commentedAlso, in the future please don't create an issue about patch problems. Any problems with patches should be posted to the queue from which the patch was gotten. Closing this issue.