Bug 41605 - Collections with compression turned off do not work correctly
Summary: Collections with compression turned off do not work correctly
Status: CLOSED FIXED
Alias: None
Product: Xindice
Classification: Unclassified
Component: DB Engine (show other bugs)
Version: cvs head (1.1)
Hardware: Other All
: P2 normal
Target Milestone: ---
Assignee: Xindice Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 18:39 UTC by Natalia Shilenkova
Modified: 2007-02-28 19:11 UTC (History)
0 users



Attachments
Patch (33.81 KB, patch)
2007-02-13 18:42 UTC, Natalia Shilenkova
Details | Diff
IntegrationUncompressedTests.java (1.40 KB, text/plain)
2007-02-13 18:45 UTC, Natalia Shilenkova
Details
AbstractDOMTest.java (1.23 KB, text/plain)
2007-02-13 18:46 UTC, Natalia Shilenkova
Details
CompressedDOMTests.java (1005 bytes, text/plain)
2007-02-13 18:47 UTC, Natalia Shilenkova
Details
DOMTests.java (421 bytes, text/plain)
2007-02-13 18:48 UTC, Natalia Shilenkova
Details
UncompressedDOMTests.java (746 bytes, text/plain)
2007-02-13 18:48 UTC, Natalia Shilenkova
Details
AbstractDOMTest.java (1.85 KB, text/plain)
2007-02-22 06:53 UTC, Natalia Shilenkova
Details
CompressedDOMTests.java (1.61 KB, text/plain)
2007-02-22 06:54 UTC, Natalia Shilenkova
Details
DOMTests.java (1.04 KB, text/plain)
2007-02-22 06:55 UTC, Natalia Shilenkova
Details
IntegrationUncompressedTests.java (1.88 KB, text/plain)
2007-02-22 06:55 UTC, Natalia Shilenkova
Details
UncompressedDOMTests.java (1.35 KB, text/plain)
2007-02-22 06:56 UTC, Natalia Shilenkova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Natalia Shilenkova 2007-02-13 18:39:07 UTC
Several operations on such collections result in exceptions or incorrect
behavior.  Testcase/patch attached.
Comment 1 Natalia Shilenkova 2007-02-13 18:42:43 UTC
Created attachment 19583 [details]
Patch
Comment 2 Natalia Shilenkova 2007-02-13 18:45:34 UTC
Created attachment 19584 [details]
IntegrationUncompressedTests.java
Comment 3 Natalia Shilenkova 2007-02-13 18:46:44 UTC
Created attachment 19585 [details]
AbstractDOMTest.java
Comment 4 Natalia Shilenkova 2007-02-13 18:47:25 UTC
Created attachment 19586 [details]
CompressedDOMTests.java
Comment 5 Natalia Shilenkova 2007-02-13 18:48:05 UTC
Created attachment 19587 [details]
DOMTests.java
Comment 6 Natalia Shilenkova 2007-02-13 18:48:37 UTC
Created attachment 19588 [details]
UncompressedDOMTests.java
Comment 7 Vadim Gritsenko 2007-02-22 06:05:46 UTC
I noticed that there is no license header in all of the new files. Contributions
to the project can be accepted only when licensed under ALv2
(http://www.apache.org/licenses/). Please clarify what under what license you
want to distribute your contribution; you can simply copy license header from
any of existing Xindice files to indicate that you wish to use ALv2. Thanks.
Comment 8 Natalia Shilenkova 2007-02-22 06:53:47 UTC
Created attachment 19625 [details]
AbstractDOMTest.java

Added Apache license
Comment 9 Natalia Shilenkova 2007-02-22 06:54:30 UTC
Created attachment 19626 [details]
CompressedDOMTests.java

Added Apache license
Comment 10 Natalia Shilenkova 2007-02-22 06:55:01 UTC
Created attachment 19627 [details]
DOMTests.java

Added Apache license
Comment 11 Natalia Shilenkova 2007-02-22 06:55:35 UTC
Created attachment 19628 [details]
IntegrationUncompressedTests.java

Added Apache license
Comment 12 Natalia Shilenkova 2007-02-22 06:56:04 UTC
Created attachment 19629 [details]
UncompressedDOMTests.java

Added Apache license
Comment 13 Vadim Gritsenko 2007-02-28 19:11:40 UTC
patches applied. thanks.