Changes between Version 2 and Version 3 of add
- Timestamp:
- 11/14/14 16:37:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
add
v2 v3 6 6 to 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 7 7 8 runme('id',XXX) 8 `runme('id',XXX)` 9 9 10 10 it 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. … … 12 12 NB : do the same thing for testXXX.py and IdToName.py without creating the archive this time. 13 13 14 You can svn add the files and svn commit –m “CHG : description”.14 You can `svn add` the files and `svn commit –m “CHG : description”`.