[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Otavio Salvador otavio at alioth.debian.org
Wed Apr 18 22:49:10 UTC 2007


 libparted/tests/common.c |   25 +++++++++++++++++++++++++
 libparted/tests/common.h |   16 +++++++++++++++-
 libparted/tests/label.c  |   12 +++---------
 3 files changed, 43 insertions(+), 10 deletions(-)

New commits:
commit 0b3cdc7425a3b8d6095c1d0dd4e0d53851c52236
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Apr 18 19:37:11 2007 -0300

    [tests] Small refactoring on test_create_label
    
     - Destroy the temporary device once the test has been finished,
     - Use the _implemented_disk_label and _create_disk_label methods
       to avoid code duplication.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c70ef4439cc5ea80db950f404ccdc2fef92bd488
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Apr 18 19:35:57 2007 -0300

    [tests] Implements _implemented_disk_label and _create_disk_label on common.[hc]
    
     - _implemented_disk_label: returns 0 when we haven't yet implemented
       this specific label and 1 otherwise;
    
     - _create_disk_label: creates a disk label of a specific type on a
       specific device;
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>




More information about the Parted-commits mailing list