[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Project Preference Store
|
- From: "James Blackburn" <jamesblackburn@xxxxxxxxx>
- Date: Tue, 4 Nov 2008 16:10:31 +0000
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yTr+KvqBRwlwqSJ+NlP268nf0mDB/0mhNJNqtVeV6ec=; b=dVAjWNxN+tUJCyZBt9d6N/FigDXGct92g031ywmox4hRvmTeJmAkOzVs0IwXKX9wOV hINtSDdL6GJcjcGh/de/D3R4ycQwxQgSfPMppo3WPN3RsbPHglZxxRmuiGfX2C4DPOWJ QibrX1oPLiv5t6xHIZETaPQJhvhW9T19cx8Ag=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=vlcCPuyIUu8JhRgzC3kDYoeyNdZulv6wQJGirANX7QKHwCztTejROadipxQ9OjjREq QMVm9DmQD5ZI1c6pQ3xj/f83G5B+llKbs1rcv6aJwd+ON0tithDauDtXLrDBa9Jz+Ind ggrRK5zNGW4VkI9n7UPIcWLrq0i8I2nAtYz74=
Hi Andrew,
> The implementation I suppose would be essentially the same. I
> wrote some of these and I want to play more with it using as a helper for
> fixing some bugz related to serialization issues. James, do you have any
> unit tests for your storage implementation?
I've attached some patches to: https://bugs.eclipse.org/252966 I'm
currently using the cdt.core testsuite for verification, and have
added a couple tests to the CDescriptor testsuite. Any tests you do
have should be relatively easy to port, and I'd be more than happy to
help out with that -- the more tests the better :)... If you do get a
chance to look at the code, I'd be very grateful for your comments.
Cheers,
James