Changes between Version 2 and Version 3 of add


Ignore:
Timestamp:
11/14/14 16:37:03 (10 years ago)
Author:
srebuffi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • add

    v2 v3  
    66to create an archive in test/Archives where the reference values will be. This archive is the same for the Python test. Now if you run
    77
    8 runme('id',XXX)
     8`runme('id',XXX)`
    99
    1010it should write SUCCESS everywhere. If not, you may have used a too big coefficient like 10^48 in your code and every machine won’t give the same result.
     
    1212NB : do the same thing for testXXX.py and IdToName.py without creating the archive this time.
    1313
    14 You can svn add the files and svn commit –m “CHG : description”.
     14You can `svn add` the files and `svn commit –m “CHG : description”`.