Changeset 37196


Ignore:
Timestamp:
2023-01-28T19:02:55+13:00 (15 months ago)
Author:
davidb
Message:

Additional echo info printed out

Location:
gs3-installations/test-suite/trunk/sites/test-suite/collect/testing-filelevel-docver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/test-suite/trunk/sites/test-suite/collect/testing-filelevel-docver/FILELEVEL-DOCVER-TEST-STEP1.sh

    r37175 r37196  
    11#!/bin/bash
    22
     3source ../_local_collect_config.bash
     4
    35echo ""
    4 
    5 #if [ -d archives_keepold ] ; then
    6 #   
    7 #    echo "****"
    8 #    echo "Removing directory: archives_keepold"
    9 #    echo "****"
    10 #    /bin/rm -rf archives_keepold
    11 #fi
    126
    137echo "****"
     
    1711
    1812echo ""
    19 echo "Reverting txt and img file back to original version:"
     13echo "Reverting 09_1_1.item back to its original form"
     14/bin/cp testing-files/09_1_1.item import/09/09_1_1.item
     15
     16echo ""
     17echo "Reverting Item 10_1_1 txt and img files back to original version:"
    2018
    2119echo "    import/10/text/10_1_1_1.txt"
     
    3937
    4038./FULL-REBUILD.sh
     39
     40echo ""
     41echo "##############################################################################"
     42echo "##############################################################################"
     43echo "##############################################################################"
     44echo ""
     45
     46echo ""
     47echo "####"
     48echo "The collection has been reset and freshly rebuilt"
     49echo "####"
     50
     51echo ""
     52echo "# Test 1:"
     53echo "Access the collection's About Page in your browser through:"
     54echo "    $gs_library_url/collection/$col"
     55echo ""
     56echo "The  page should say that it contains 7 documents"
     57
     58echo ""
     59echo "# Test 2:"
     60echo "Access the collection's Browser by Title Classifier page (CL1):"
     61echo "    $gs_library_url/collection/$col/browse/CL1"
     62echo ""
     63echo "It should list all 7 documents"
     64echo ""
     65
     66echo "####"
     67echo ""
  • gs3-installations/test-suite/trunk/sites/test-suite/collect/testing-filelevel-docver/FILELEVEL-DOCVER-TEST-STEP2.sh

    r37175 r37196  
    55echo ""
    66echo "****"
    7 echo "Touching file: import/09/09_1_1.item "
     7echo "Editing Title Metadata of : import/09/09_1_1.item "
    88echo "****"
    9 
    10 touch import/09/09_1_1.item
     9/bin/cp testing-files/09_1_1--edited-title-metadata.item import/09/09_1_1.item
    1110
    1211echo ""
    1312echo "****"
    1413echo "Removing directory: import/23"
    15 echo "  which contains 23__1.itemm and 23__2.item"
     14echo "  which contains 23__1.item and 23__2.item"
    1615echo "****"
    1716
Note: See TracChangeset for help on using the changeset viewer.